Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

DOC rework the example presenting the regularization path of Lasso, Lasso-LARS, and Elastic Net #30028

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
wants to merge 19 commits into
base: main
Choose a base branch
Loading
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 20 additions & 2 deletions 22 doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -477,10 +477,28 @@ def add_js_css_files(app, pagename, templatename, context, doctree):
"auto_examples/model_selection/plot_nested_cross_validation_iris"
),
"auto_examples/linear_model/plot_lasso_lars": (
"auto_examples/linear_model/plot_lasso_lasso_lars_elasticnet_path"
"auto_examples/linear_model/plot_regularization"
),
"auto_examples/linear_model/plot_lasso_coordinate_descent_path": (
"auto_examples/linear_model/plot_lasso_lasso_lars_elasticnet_path"
"auto_examples/linear_model/plot_regularization"
),
"auto_examples/linear_model/plot_lasso_lasso_lars_elasticnet_path": (
"auto_examples/linear_model/plot_regularization"
),
"auto_examples/linear_model/plot_ridge_coeffs": (
"auto_examples/linear_model/plot_regularization"
),
"auto_examples/linear_model/plot_ridge_path": (
"auto_examples/linear_model/plot_regularization"
),
"auto_examples/linear_model/plot_sgd_penalties": (
"auto_examples/linear_model/plot_regularization"
),
"auto_examples/linear_model/plot_logistic_path": (
"auto_examples/linear_model/plot_regularization"
),
"auto_examples/linear_model/plot_logistic_l1_l2_sparsity": (
"auto_examples/linear_model/plot_regularization"
),
"auto_examples/cluster/plot_color_quantization": (
"auto_examples/cluster/plot_face_compress"
Expand Down
136 changes: 0 additions & 136 deletions 136 examples/linear_model/plot_lasso_lasso_lars_elasticnet_path.py

This file was deleted.

88 changes: 0 additions & 88 deletions 88 examples/linear_model/plot_logistic_l1_l2_sparsity.py

This file was deleted.

103 changes: 0 additions & 103 deletions 103 examples/linear_model/plot_logistic_path.py

This file was deleted.

Loading
Loading
Morty Proxy This is a proxified and sanitized view of the page, visit original site.