scikit-learn/examples/linear_model
João Morais 8798dfebd5
DOC Removing warnings from plot_sgd_iris example (#29121)
2024-05-28 11:37:01 +08:00
..
README.txt
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 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 Work-around sphinx-gallery `UnicodeDecodeError` in recommender system (#27969) 2023-12-18 11:19:34 +01: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 use pydata-sphinx-theme for the website (#29038) 2024-05-20 19:36:54 +02: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 DOC: use f-strings in example (#28767) 2024-04-04 10:48:40 +02:00
plot_logistic_multinomial.py API deprecate multi_class in LogisticRegression (#28703) 2024-05-03 14:48:25 +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 remove author and license in GLM files (#28799) 2024-05-13 09:58:57 +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 upgrade black version (#28802) 2024-04-10 11:06:55 -04: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 MAINT Update fetch_openml to use the auto parser by default (#27802) 2023-11-20 11:20:20 +01: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 MAINT Update fetch_openml to use the auto parser by default (#27802) 2023-11-20 11:20:20 +01: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 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.