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 support for Lasso, Ridge and ElasticNet #624

Closed
fd0r opened this issue Aug 22, 2022 · 1 comment · Fixed by #625
Closed

Add support for Lasso, Ridge and ElasticNet #624

fd0r opened this issue Aug 22, 2022 · 1 comment · Fixed by #625
Labels
help wanted Extra attention is needed

Comments

@fd0r
Copy link
Contributor

fd0r commented Aug 22, 2022

There is no support for Lasso, Ridge and ElasticNet at the moment.

It should be fairly easy to add since the inference is the same as for LinearRegression.

@ksaur ksaur added the help wanted Extra attention is needed label Aug 22, 2022
@ksaur
Copy link
Collaborator

ksaur commented Aug 22, 2022

Thanks I added it to the list of requested features! I'm not sure when we'll get to this, but I labeled it as "help wanted" in the meantime!

fd0r added a commit to fd0r/hummingbird that referenced this issue Aug 22, 2022
Using the same function as for LinearRegression this adds support for
ElasticNet, Lasso and Ridge.

closes microsoft#624
ksaur pushed a commit that referenced this issue Aug 29, 2022
Using the same function as for LinearRegression this adds support for
ElasticNet, Lasso and Ridge.

closes #624
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants