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

Combine linear, ridge, lasso, and elastic net regressor #751

Open
lars-reimann opened this issue May 11, 2024 · 1 comment
Open

Combine linear, ridge, lasso, and elastic net regressor #751

lars-reimann opened this issue May 11, 2024 · 1 comment
Assignees
Labels
enhancement 💡 New feature or request

Comments

@lars-reimann
Copy link
Member

lars-reimann commented May 11, 2024

Is your feature request related to a problem?

We have four different regressors, that are essentially all linear regression with various regularization.

Desired solution

Combine them into one model. This would also get rid of some warnings, since we can internally initialize the correct sklearn model depending on the hyperparameters (e.g. if alpha is zero, just use a linear regression model).

Also take #750 into account. It should closely match the logistic regression classifier.

Possible alternatives (optional)

No response

Screenshots (optional)

No response

Additional Context (optional)

No response

@lars-reimann lars-reimann added the enhancement 💡 New feature or request label May 11, 2024
@sibre28 sibre28 self-assigned this Jun 25, 2024
@sibre28
Copy link
Contributor

sibre28 commented Jun 25, 2024

Done in #843

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement 💡 New feature or request
Projects
Status: Backlog
Development

No branches or pull requests

2 participants