scikit-learn/examples/linear_model
Thomas J. Fan d400723a21
FEA Add DecisionBoundaryDisplay (#16061)
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
Co-authored-by: Loïc Estève <loic.esteve@ymail.com>
2022-03-29 16:36:31 +02:00
..
README.txt move around examples for better structure. 2014-07-17 09:35:30 +02:00
plot_ard.py DOC fix section marker in plot_ard.py examples (#22481) 2022-02-14 11:27:54 +01:00
plot_bayesian_ridge.py DOC use notebook-style for plot_bayesian_ridge.py (#22794) 2022-03-18 14:57:33 +01:00
plot_bayesian_ridge_curvefit.py MAINT consistent use of `print(__doc__)` in examples (#21307) 2021-10-22 15:33:22 +02:00
plot_elastic_net_precomputed_gram_matrix_with_weighted_samples.py MAINT consistent use of `print(__doc__)` in examples (#21307) 2021-10-22 15:33:22 +02:00
plot_huber_vs_ridge.py MAINT consistent use of `print(__doc__)` in examples (#21307) 2021-10-22 15:33:22 +02:00
plot_iris_logistic.py FEA Add DecisionBoundaryDisplay (#16061) 2022-03-29 16:36:31 +02:00
plot_lasso_and_elasticnet.py DOC use notebook-style for plot_lasso_and_elasticnet (#22423) 2022-02-10 08:13:01 +01:00
plot_lasso_coordinate_descent_path.py MNT Update to black 22.3.0 to resolve click error (#22983) 2022-03-29 12:04:41 +02:00
plot_lasso_dense_vs_sparse_data.py DOC Use notebook style for plot_lasso_dense_vs_sparse_data (#22789) 2022-03-13 10:34:27 +01:00
plot_lasso_lars.py MAINT consistent use of `print(__doc__)` in examples (#21307) 2021-10-22 15:33:22 +02:00
plot_lasso_lars_ic.py API Config: change default display to "diagram" (#22856) 2022-03-21 15:43:07 +01:00
plot_lasso_model_selection.py API Config: change default display to "diagram" (#22856) 2022-03-21 15:43:07 +01:00
plot_logistic.py DOC fix typos and code in logistic regression example (#21596) 2021-11-08 10:32:11 -05:00
plot_logistic_l1_l2_sparsity.py MAINT consistent use of `print(__doc__)` in examples (#21307) 2021-10-22 15:33:22 +02:00
plot_logistic_multinomial.py FEA Add DecisionBoundaryDisplay (#16061) 2022-03-29 16:36:31 +02:00
plot_logistic_path.py DOC: use notebook-style for plot_logistic_path.py (#22536) 2022-02-22 11:55:00 +01:00
plot_multi_task_lasso_support.py MAINT consistent use of `print(__doc__)` in examples (#21307) 2021-10-22 15:33:22 +02:00
plot_nnls.py MAINT consistent use of `print(__doc__)` in examples (#21307) 2021-10-22 15:33:22 +02:00
plot_ols.py MAINT consistent use of `print(__doc__)` in examples (#21307) 2021-10-22 15:33:22 +02:00
plot_ols_3d.py DOC: use notebook-style for plot_ols_3d (#22547) 2022-02-23 10:18:29 +01:00
plot_ols_ridge_variance.py MAINT consistent use of `print(__doc__)` in examples (#21307) 2021-10-22 15:33:22 +02:00
plot_omp.py API Add data_transposed argument and warning to make_sparse_coded_signal (#21425) 2022-03-22 16:01:42 +01:00
plot_poisson_regression_non_normal_loss.py MAINT consistent use of `print(__doc__)` in examples (#21307) 2021-10-22 15:33:22 +02:00
plot_polynomial_interpolation.py DOC: Minor updates to polynomial interpolation example (#21492) 2021-10-29 08:49:49 -04:00
plot_quantile_regression.py MAINT consistent use of `print(__doc__)` in examples (#21307) 2021-10-22 15:33:22 +02:00
plot_ransac.py MAINT consistent use of `print(__doc__)` in examples (#21307) 2021-10-22 15:33:22 +02:00
plot_ridge_coeffs.py MAINT consistent use of `print(__doc__)` in examples (#21307) 2021-10-22 15:33:22 +02:00
plot_ridge_path.py MAINT consistent use of `print(__doc__)` in examples (#21307) 2021-10-22 15:33:22 +02:00
plot_robust_fit.py MAINT Enable and run black on examples (#20502) 2021-10-07 10:13:00 +02:00
plot_sgd_comparison.py DOC Increase execution speed of plot_sgd_comparison (#21610) 2021-12-09 12:40:55 -05:00
plot_sgd_early_stopping.py Use as_frame=False for mnist_784 examples to reduce memory usage (#21922) 2021-12-09 10:24:03 +01:00
plot_sgd_iris.py FEA Add DecisionBoundaryDisplay (#16061) 2022-03-29 16:36:31 +02:00
plot_sgd_loss_functions.py MAINT consistent use of `print(__doc__)` in examples (#21307) 2021-10-22 15:33:22 +02:00
plot_sgd_penalties.py MNT Update black to stable version (#22474) 2022-02-15 11:36:26 +01:00
plot_sgd_separating_hyperplane.py MAINT consistent use of `print(__doc__)` in examples (#21307) 2021-10-22 15:33:22 +02:00
plot_sgd_weighted_samples.py DOC Fixes plot_sgd example to be consistent with 0.24 (#22424) 2022-02-09 18:12:13 +01:00
plot_sgdocsvm_vs_ocsvm.py MAINT consistent use of `print(__doc__)` in examples (#21307) 2021-10-22 15:33:22 +02:00
plot_sparse_logistic_regression_20newsgroups.py updated epoch and training size (#21773) 2021-11-26 15:23:11 +01:00
plot_sparse_logistic_regression_mnist.py MAINT consistent use of `print(__doc__)` in examples (#21307) 2021-10-22 15:33:22 +02:00
plot_theilsen.py MAINT consistent use of `print(__doc__)` in examples (#21307) 2021-10-22 15:33:22 +02:00
plot_tweedie_regression_insurance_claims.py MAINT consistent use of `print(__doc__)` in examples (#21307) 2021-10-22 15:33:22 +02:00

README.txt

.. _linear_examples:

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

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