scikit-learn/examples/linear_model
Adrin Jalali 51c8e0e19d
CLN replace authors with the standard line (#29250)
2024-06-17 17:57:02 +00:00
..
README.txt move around examples for better structure. 2014-07-17 09:35:30 +02:00
plot_ard.py MAINT fix FutureWarning raised by scikit-learn in examples (#27442) 2023-09-25 15:53:14 +02:00
plot_bayesian_ridge_curvefit.py DOC Update notebook style for plot_bayesian_ridge_curvefit (#22916) 2022-03-30 15:43:33 +02:00
plot_elastic_net_precomputed_gram_matrix_with_weighted_samples.py DOC fixes intersphinx warnings (#26779) 2023-07-10 20:25:35 +00:00
plot_huber_vs_ridge.py CLN replace authors with the standard line (#29250) 2024-06-17 17:57:02 +00:00
plot_iris_logistic.py CLN use new license notice line (#29246) 2024-06-13 15:51:09 +02:00
plot_lasso_and_elasticnet.py MNT Work-around sphinx-gallery `UnicodeDecodeError` in recommender system (#27969) 2023-12-18 11:19:34 +01:00
plot_lasso_coordinate_descent_path.py CLN replace authors with the standard line (#29250) 2024-06-17 17:57:02 +00:00
plot_lasso_dense_vs_sparse_data.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
plot_lasso_lars.py CLN replace authors with the standard line (#29250) 2024-06-17 17:57:02 +00:00
plot_lasso_lars_ic.py CLN replace authors with the standard line (#29250) 2024-06-17 17:57:02 +00: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 CLN use new license notice line (#29246) 2024-06-13 15:51:09 +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 CLN replace authors with the standard line (#29250) 2024-06-17 17:57:02 +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 isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
plot_ols.py CLN use new license notice line (#29246) 2024-06-13 15:51:09 +02:00
plot_ols_3d.py CLN use new license notice line (#29246) 2024-06-13 15:51:09 +02:00
plot_ols_ridge_variance.py CLN use new license notice line (#29246) 2024-06-13 15:51:09 +02:00
plot_omp.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
plot_poisson_regression_non_normal_loss.py MNT remove author and license in GLM files (#28799) 2024-05-13 09:58:57 +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 CLN replace authors with the standard line (#29250) 2024-06-17 17:57:02 +00:00
plot_ransac.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
plot_ridge_coeffs.py MAINT Fix typos found by codespell (#26852) 2023-07-18 10:20:40 +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 MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02: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 DOC Removing warnings from plot_sgd_iris example (#29121) 2024-05-28 11:37:01 +08:00
plot_sgd_loss_functions.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
plot_sgd_penalties.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
plot_sgd_separating_hyperplane.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
plot_sgd_weighted_samples.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
plot_sgdocsvm_vs_ocsvm.py DOC fix deprecation warning in plot_sgdocsvm_vs_ocsvm (#27449) 2023-09-25 14:34:41 +02:00
plot_sparse_logistic_regression_20newsgroups.py API deprecate multi_class in LogisticRegression (#28703) 2024-05-03 14:48:25 +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 CLN replace authors with the standard line (#29250) 2024-06-17 17:57:02 +00:00
plot_tweedie_regression_insurance_claims.py MNT remove author and license in GLM files (#28799) 2024-05-13 09:58:57 +02:00

README.txt

.. _linear_examples:

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

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