scikit-learn/examples/linear_model
Dimitri Papadopoulos Orfanos 1ba0783f64
MAINT Fix typos found by codespell (#26852)
2023-07-18 10:20:40 +02:00
..
README.txt move around examples for better structure. 2014-07-17 09:35:30 +02:00
plot_ard.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +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 MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
plot_iris_logistic.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
plot_lasso_and_elasticnet.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
plot_lasso_coordinate_descent_path.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02: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 MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
plot_lasso_lars_ic.py DOC fixes intersphinx warnings (#26779) 2023-07-10 20:25:35 +00:00
plot_lasso_model_selection.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
plot_logistic.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
plot_logistic_l1_l2_sparsity.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
plot_logistic_multinomial.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
plot_logistic_path.py FIX improve convergence criterion for LogisticRegression(penalty="l1", solver='liblinear') (#25214) 2023-04-17 10:05:16 -07:00
plot_multi_task_lasso_support.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
plot_nnls.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
plot_ols.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
plot_ols_3d.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
plot_ols_ridge_variance.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +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 add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
plot_polynomial_interpolation.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
plot_quantile_regression.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02: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 MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02: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 MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
plot_sgd_early_stopping.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
plot_sgd_iris.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02: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 MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
plot_sparse_logistic_regression_20newsgroups.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
plot_sparse_logistic_regression_mnist.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
plot_theilsen.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
plot_tweedie_regression_insurance_claims.py DOC fixes intersphinx warnings (#26779) 2023-07-10 20:25:35 +00:00

README.txt

.. _linear_examples:

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

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