-
-
Notifications
You must be signed in to change notification settings - Fork 25.9k
DOC rework the example presenting the regularization path of Lasso, Lasso-LARS, and Elastic Net #29963
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
Comments
I'd like to work on this issue, if it's available. |
@glemaitre I would like to ask for clarification regarding tutorial-like style. Do we have to explain the examples, like, explain how lasso -LARS works differently from lasso and elastic net regression through the example? |
Kind of. Basically, since we want to show differences through those plots, I think that we need to:
|
hi I'd like to pick this up, anything specific I should keep in mind apart from the discussion taken up already above? |
We recently merge two examples and the resulting example is shown here: https://scikit-learn.org/dev/auto_examples/linear_model/plot_lasso_lasso_lars_elasticnet_path.html
This example should be revisited where we should have more narrative in a tutorial-like style. Indeed, this example could explain in more details what is a regularization path and discuss the difference between Lasso and Lasso-LARS, and between Lasso and ElasticNet.
Some of the experiment are really closed to the one presented in this paper: https://hastie.su.domains/Papers/LARS/LeastAngle_2002.pdf
The text was updated successfully, but these errors were encountered: