scikit-learn/examples/linear_model
Adrin Jalali 68d8c2cfcc
MNT Fix E721 linting issues to do type comparisons with is (#29501)
2024-08-30 15:13:14 +02:00
..
README.txt
plot_ard.py MNT Add author/license note where missing and add the linter (#29477) 2024-07-22 22:05:03 +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_iris_logistic.py MNT Add author/license note where missing and add the linter (#29477) 2024-07-22 22:05:03 +02:00
plot_lasso_and_elasticnet.py MNT Add author/license note where missing and add the linter (#29477) 2024-07-22 22:05:03 +02: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 author/license note where missing and add the linter (#29477) 2024-07-22 22:05:03 +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 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 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 author/license note where missing and add the linter (#29477) 2024-07-22 22:05:03 +02:00
plot_ols.py MNT Add author/license note where missing and add the linter (#29477) 2024-07-22 22:05:03 +02:00
plot_ols_3d.py MNT Add author/license note where missing and add the linter (#29477) 2024-07-22 22:05:03 +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 MNT Add author/license note where missing and add the linter (#29477) 2024-07-22 22:05:03 +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 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 CLN replace authors with the standard line (#29250) 2024-06-17 17:57:02 +00:00
plot_tweedie_regression_insurance_claims.py MNT Fix E721 linting issues to do type comparisons with is (#29501) 2024-08-30 15:13:14 +02:00

README.txt

.. _linear_examples:

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

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