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

SVD solver #103

Open
mathdugre opened this issue Oct 21, 2023 · 1 comment
Open

SVD solver #103

mathdugre opened this issue Oct 21, 2023 · 1 comment

Comments

@mathdugre
Copy link

Hi,

In my current project, my team needs to use RidgeRegression with an SVD solver.
I implemented an initial version here, based on the sklearn implementation.

I also made an draft version for a RidgeRegressor to require an alpha parameters. However, I saw #102 suggesting to move the estimator to https://github.com/dask/dask-ml/blob/main/dask_ml/linear_model/glm.py.

If there's interest in having the solver and estimator integrated into this project, I would be happy to work on it.

@milesgranger
Copy link
Collaborator

Ya, it's a good question. #102 is waiting review based on comments here where glm estimators have already been moved to dask-ml

cc @TomAugspurger @fjetter

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