Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update linear regression to use QR Decomposition #333

Open
Beakerboy opened this issue Aug 13, 2019 · 1 comment
Open

Update linear regression to use QR Decomposition #333

Beakerboy opened this issue Aug 13, 2019 · 1 comment

Comments

@Beakerboy
Copy link
Contributor

Using QR decompositions eliminates the need for matrix inverse. It's much less computationally intensive.

@markrogoyski
Copy link
Owner

Sounds like a good idea.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants