main #2
Reference in New Issue
Block a user
No description provided.
Delete Branch "ougur/numethods:main"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
A tutorial on Polynomial Regression is added under
tutorials
folder.Caution. There seems to be a bug in
class QRHouseholder
's_decompose()
method, which modifies the constructedself.Q
matrix with itstranspose()
. Checking thedemo.py
as well astests
are recommended.numethods
(QRHouseholder
) is resolved. cabd2d9528