main #2

Merged
denizdonmez merged 5 commits from ougur/numethods:main into main 2025-09-14 13:15:27 +03:00
Owner

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 constructed self.Q matrix with its transpose(). Checking the demo.py as well as tests are recommended.

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 constructed `self.Q` matrix with its `transpose()`. Checking the `demo.py` as well as `tests` are recommended.
ougur added 5 commits 2025-09-14 12:28:15 +03:00
denizdonmez merged commit 9d807b3b84 into main 2025-09-14 13:15:27 +03:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: denizdonmez/numethods#2
No description provided.