Skip to content

FEAT - Implement LogisticRegressionCV and ElasticNetCV? #308

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

Open
mathurinm opened this issue May 19, 2025 · 0 comments
Open

FEAT - Implement LogisticRegressionCV and ElasticNetCV? #308

mathurinm opened this issue May 19, 2025 · 0 comments

Comments

@mathurinm
Copy link
Collaborator

mathurinm commented May 19, 2025

For sparse penalties, Using warm start along the path gives quite a boost compared to using GridSearchCV

This feature was asked here : mathurinm/celer#302 (comment)

We can't have as many *CV classes as estimators, but ElasticNet and LogisticRegression seem popular enough to justify having those hardcoded (with both enet penalty).

Another solution would be to have GeneralizedLinearEstimatorCV, but it's not abvious at the moment how we would define the parameters to loop over (if the penalty is not always L1plusL2)

@wdyt @Badr-MOUFAD @QB3

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

1 participant