DOC Add link to plot_lasso_and_elasticnet.py example in linear model #30587
DOC Add link to plot_lasso_and_elasticnet.py example in linear model #30587marouaneaka wants to merge 12 commits intoscikit-learn:mainfrom
Conversation
…lasso and elastic net
…lasso and elastic net
…lasso and elastic net patched
virchan
left a comment
There was a problem hiding this comment.
Thank you for the PR @marouaneaka! I have a few comments:
- It might be helpful to include a link to the example in the ARD regression documentation as well.
- In the PR description, please update the text to "Towards 26927" to avoid automatically closing the meta-issue when the PR is merged.
| >>> print(regr.predict([[0, 0]])) | ||
| [1.451...] | ||
|
|
||
| For an example showcasing Elastic-Net alongside Lasso and ARDRegression for sparse |
There was a problem hiding this comment.
"ARD regression", and likewise for Lasso.
|
Hi thanks for the comments : - Added link in ARD Regression, fixed typo mistake in elastic net and lasso. if there is anything else just let me know :) |
virchan
left a comment
There was a problem hiding this comment.
Thanks for updating the PR, @marouaneaka! I have a few more comments.
In the ARD Regression documentation, could you please move the following example:
down to where your L1 example is? After that, you can delete the "Notes" section.
|
Just updated ARD documentation as specified |
virchan
left a comment
There was a problem hiding this comment.
Thank you for updating the PR, @marouaneaka! Could you address the CI failure? If you click on "Details" under "scikit-learn.scikit-learn," you’ll find the error message(s).
|
Hi @marouaneaka! Would you like to continue working on this PR? Let us know if you need help. |
…ARD docstrings and demonstrating ARD to ARD docstring [as in PR scikit-learn#30587]
|
This PR had been superseded by #31425 and can now be closed, since the superseding PR got merged. |
Reference Issues/PRs
What does this implement/fix? Explain your changes.
Towards 26927
Added links to lasso and elasticnet classes
Any other comments?