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

Add LassoCV as an additional estimator for Decoder objects #3769

Closed
michellewang opened this issue Jun 19, 2023 · 0 comments · Fixed by #3781
Closed

Add LassoCV as an additional estimator for Decoder objects #3769

michellewang opened this issue Jun 19, 2023 · 0 comments · Fixed by #3781
Labels
Enhancement for feature requests

Comments

@michellewang
Copy link
Contributor

          in a future PR it might still be worth adding the `LassoCV` as a possible estimator

Originally posted by @jeromedockes in #3736 (comment)

Looking at the LassoCV documentation, this would be an additional regression estimator (currently we have ridge regression and SVR). So we could add something like lasso=LassoCV() to SUPPORTED_ESTIMATORS.
Maybe also with lasso_regressor=LassoCV() to mirror ridge/ridge_regressor?

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

Successfully merging a pull request may close this issue.

2 participants