scikit-learn/examples/linear_model
Anne Beyer 59335ca673
MNT Deprecate `multiclass_colors` in favour of `label_colors` in `DecisionBoundaryDisplay` (#34092)
2026-06-10 14:19:57 +10:00
..
README.txt
plot_ard.py DOC Correct typos and format issues in examples (#32494) 2025-10-14 14:54:12 +02:00
plot_bayesian_ridge_curvefit.py
plot_elastic_net_precomputed_gram_matrix_with_weighted_samples.py
plot_huber_vs_ridge.py
plot_lasso_and_elasticnet.py DOC: Correct many a/an usage mistakes (#32996) 2026-01-05 10:13:08 +01:00
plot_lasso_dense_vs_sparse_data.py Enable config setting `sparse_interface` to control sparray and spmatrix creation (#31177) 2026-03-11 07:04:06 +01:00
plot_lasso_lars_ic.py
plot_lasso_lasso_lars_elasticnet_path.py
plot_lasso_model_selection.py
plot_logistic_l1_l2_sparsity.py DEP parameter penalty in LogisticRegression and LogisticRegressionCV (#32659) 2025-11-26 05:01:39 +01:00
plot_logistic_multinomial.py MNT Deprecate `multiclass_colors` in favour of `label_colors` in `DecisionBoundaryDisplay` (#34092) 2026-06-10 14:19:57 +10:00
plot_logistic_path.py DEP parameter penalty in LogisticRegression and LogisticRegressionCV (#32659) 2025-11-26 05:01:39 +01:00
plot_multi_task_lasso_support.py
plot_nnls.py
plot_ols_ridge.py DOC add plot_ols_ridge_variance example to the doc (#30683) 2025-02-19 10:36:12 +00:00
plot_omp.py
plot_poisson_regression_non_normal_loss.py Fix FutureWarning in doc (#30790) 2025-02-08 22:36:19 -05:00
plot_polynomial_interpolation.py
plot_quantile_regression.py DOC improve quantile regression example (#31008) 2025-03-18 17:31:18 +00:00
plot_ransac.py
plot_ridge_coeffs.py
plot_ridge_path.py DOC: Improve Ridge regression example — fix typo, clarify title, add legend (#31539) 2025-06-18 14:59:17 +02:00
plot_robust_fit.py DOC fix link in HuberRegressor docstring (#30417) 2024-12-07 15:20:04 +00:00
plot_sgd_early_stopping.py
plot_sgd_iris.py DOC fix DecisionBoundaryDisplay color consistency in plot_sgd_iris example (#33719) 2026-04-23 18:44:13 +02:00
plot_sgd_loss_functions.py
plot_sgd_penalties.py
plot_sgd_separating_hyperplane.py
plot_sgd_weighted_samples.py
plot_sgdocsvm_vs_ocsvm.py MNT Enforce ruff rules (RUF) (#30694) 2025-03-18 09:36:12 +01:00
plot_sparse_logistic_regression_20newsgroups.py DEP parameter penalty in LogisticRegression and LogisticRegressionCV (#32659) 2025-11-26 05:01:39 +01:00
plot_sparse_logistic_regression_mnist.py DEP parameter penalty in LogisticRegression and LogisticRegressionCV (#32659) 2025-11-26 05:01:39 +01:00
plot_theilsen.py DOC Move legend to avoid hiding data points (#30696) 2025-01-22 08:16:28 +01:00
plot_tweedie_regression_insurance_claims.py MNT Use ruff format rather than black (#31015) 2025-04-15 13:11:52 +02:00

README.txt

.. _linear_examples:

Generalized Linear Models
-------------------------

Examples concerning the :mod:`sklearn.linear_model` module.