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

Should we implement ridge regression here? #7

Open
andcastillo opened this issue Sep 7, 2015 · 1 comment
Open

Should we implement ridge regression here? #7

andcastillo opened this issue Sep 7, 2015 · 1 comment

Comments

@andcastillo
Copy link
Contributor

Ridge regression is the most general algorithm for regression. It generalises all the regression methods implemented in this library as the problem of finding W such that the error e = (|| y-Wx ||) is minimised. Although it computational cost could be a little bigger for the already existing methods, It cover all the dimensionalities and all the function families:

[https://en.wikipedia.org/wiki/Tikhonov_regularization]

@targos targos changed the title Shoul we implement ridge regression here? Should we implement ridge regression here? Sep 8, 2015
@targos
Copy link
Member

targos commented Sep 8, 2015

As discussed today, yes if we want to implement it, it should be here

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