scikit-learn/examples/linear_model
Christine P. Chai e36405672b
DOC Move legend to avoid hiding data points (#30696)
2025-01-22 08:16:28 +01:00
..
README.txt
plot_ard.py DOC fix all unintentional block quotes in docs (#29848) 2024-09-16 18:04:56 +02:00
plot_bayesian_ridge_curvefit.py MNT Add author/license note where missing and add the linter (#29477) 2024-07-22 22:05:03 +02:00
plot_elastic_net_precomputed_gram_matrix_with_weighted_samples.py MNT Add author/license note where missing and add the linter (#29477) 2024-07-22 22:05:03 +02:00
plot_huber_vs_ridge.py CLN replace authors with the standard line (#29250) 2024-06-17 17:57:02 +00:00
plot_lasso_and_elasticnet.py DOC fix all unintentional block quotes in docs (#29848) 2024-09-16 18:04:56 +02:00
plot_lasso_dense_vs_sparse_data.py MNT Add author/license note where missing and add the linter (#29477) 2024-07-22 22:05:03 +02:00
plot_lasso_lars_ic.py CLN replace authors with the standard line (#29250) 2024-06-17 17:57:02 +00:00
plot_lasso_lasso_lars_elasticnet_path.py DOC Merge Lasso Lasso-LARS and ElasticNet examples together (#29955) 2024-09-29 10:38:14 +02:00
plot_lasso_model_selection.py CLN replace authors with the standard line (#29250) 2024-06-17 17:57:02 +00:00
plot_logistic.py MNT Add author/license note where missing and add the linter (#29477) 2024-07-22 22:05:03 +02:00
plot_logistic_l1_l2_sparsity.py CLN replace authors with the standard line (#29250) 2024-06-17 17:57:02 +00:00
plot_logistic_multinomial.py DOC remove redundant example multiclass logistic regression (#29966) 2024-10-22 11:04:39 +00:00
plot_logistic_path.py CLN replace authors with the standard line (#29250) 2024-06-17 17:57:02 +00:00
plot_multi_task_lasso_support.py CLN replace authors with the standard line (#29250) 2024-06-17 17:57:02 +00:00
plot_nnls.py MNT Add author/license note where missing and add the linter (#29477) 2024-07-22 22:05:03 +02:00
plot_ols.py DOC remove example OLS with 3D plot (#29967) 2024-10-17 21:57:20 +02:00
plot_ols_ridge_variance.py MNT Add author/license note where missing and add the linter (#29477) 2024-07-22 22:05:03 +02:00
plot_omp.py MNT Add author/license note where missing and add the linter (#29477) 2024-07-22 22:05:03 +02:00
plot_poisson_regression_non_normal_loss.py MNT Add author/license note where missing and add the linter (#29477) 2024-07-22 22:05:03 +02:00
plot_polynomial_interpolation.py CLN replace authors with the standard line (#29250) 2024-06-17 17:57:02 +00:00
plot_quantile_regression.py MAINT Remove scipy<1.6 specific code (#29461) 2024-07-12 10:44:26 +02:00
plot_ransac.py MNT Add author/license note where missing and add the linter (#29477) 2024-07-22 22:05:03 +02:00
plot_ridge_coeffs.py MNT Add author/license note where missing and add the linter (#29477) 2024-07-22 22:05:03 +02:00
plot_ridge_path.py CLN replace authors with the standard line (#29250) 2024-06-17 17:57:02 +00:00
plot_robust_fit.py DOC fix link in HuberRegressor docstring (#30417) 2024-12-07 15:20:04 +00:00
plot_sgd_comparison.py CLN replace authors with the standard line (#29250) 2024-06-17 17:57:02 +00:00
plot_sgd_early_stopping.py CLN replace authors with the standard line (#29250) 2024-06-17 17:57:02 +00:00
plot_sgd_iris.py MNT Add author/license note where missing and add the linter (#29477) 2024-07-22 22:05:03 +02:00
plot_sgd_loss_functions.py MNT Add author/license note where missing and add the linter (#29477) 2024-07-22 22:05:03 +02:00
plot_sgd_penalties.py MNT Add author/license note where missing and add the linter (#29477) 2024-07-22 22:05:03 +02:00
plot_sgd_separating_hyperplane.py MNT Add author/license note where missing and add the linter (#29477) 2024-07-22 22:05:03 +02:00
plot_sgd_weighted_samples.py MNT Add author/license note where missing and add the linter (#29477) 2024-07-22 22:05:03 +02:00
plot_sgdocsvm_vs_ocsvm.py MNT Add author/license note where missing and add the linter (#29477) 2024-07-22 22:05:03 +02:00
plot_sparse_logistic_regression_20newsgroups.py MNT Add author/license note where missing and add the linter (#29477) 2024-07-22 22:05:03 +02:00
plot_sparse_logistic_regression_mnist.py CLN replace authors with the standard line (#29250) 2024-06-17 17:57:02 +00: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 DOC fix xlabel in Tweedie regression on insurance claims (#30362) 2024-11-29 15:05:19 +01:00

README.txt

.. _linear_examples:

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

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