scikit-learn/examples/linear_model
Ross Barnowski 108e966efb
DOC: Minor updates to polynomial interpolation example (#21492)
2021-10-29 08:49:49 -04:00
..
README.txt move around examples for better structure. 2014-07-17 09:35:30 +02:00
plot_ard.py MAINT consistent use of `print(__doc__)` in examples (#21307) 2021-10-22 15:33:22 +02:00
plot_bayesian_ridge.py MAINT consistent use of `print(__doc__)` in examples (#21307) 2021-10-22 15:33:22 +02: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 MAINT consistent use of `print(__doc__)` in examples (#21307) 2021-10-22 15:33:22 +02:00
plot_lasso_and_elasticnet.py MAINT consistent use of `print(__doc__)` in examples (#21307) 2021-10-22 15:33:22 +02:00
plot_lasso_coordinate_descent_path.py MAINT consistent use of `print(__doc__)` in examples (#21307) 2021-10-22 15:33:22 +02:00
plot_lasso_dense_vs_sparse_data.py MAINT consistent use of `print(__doc__)` in examples (#21307) 2021-10-22 15:33:22 +02:00
plot_lasso_lars.py MAINT consistent use of `print(__doc__)` in examples (#21307) 2021-10-22 15:33:22 +02:00
plot_lasso_model_selection.py MAINT consistent use of `print(__doc__)` in examples (#21307) 2021-10-22 15:33:22 +02:00
plot_logistic.py MAINT consistent use of `print(__doc__)` in examples (#21307) 2021-10-22 15:33:22 +02: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 MAINT consistent use of `print(__doc__)` in examples (#21307) 2021-10-22 15:33:22 +02:00
plot_logistic_path.py MAINT consistent use of `print(__doc__)` in examples (#21307) 2021-10-22 15:33:22 +02: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 MAINT consistent use of `print(__doc__)` in examples (#21307) 2021-10-22 15:33:22 +02: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 MAINT consistent use of `print(__doc__)` in examples (#21307) 2021-10-22 15:33:22 +02: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 MAINT consistent use of `print(__doc__)` in examples (#21307) 2021-10-22 15:33:22 +02:00
plot_sgd_early_stopping.py MAINT consistent use of `print(__doc__)` in examples (#21307) 2021-10-22 15:33:22 +02:00
plot_sgd_iris.py MAINT consistent use of `print(__doc__)` in examples (#21307) 2021-10-22 15:33:22 +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 MAINT consistent use of `print(__doc__)` in examples (#21307) 2021-10-22 15:33:22 +02: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 MAINT consistent use of `print(__doc__)` in examples (#21307) 2021-10-22 15:33:22 +02: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 MAINT consistent use of `print(__doc__)` in examples (#21307) 2021-10-22 15:33:22 +02: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.