scikit-learn/examples/linear_model
Olivier Grisel 7430eba323 Add plot titles and newstyle plt import in OLS vs Ridge example 2013-10-24 16:25:40 +02:00
..
README.txt DOC: Fixed links to modules in the example gallery 2011-12-19 16:07:01 +01:00
lasso_dense_vs_sparse_data.py P3K: use print as a function in the examples 2013-02-01 15:04:42 +01:00
plot_ard.py example fixes to clean first docstring paragraph of rst code 2013-07-22 15:48:44 +02:00
plot_bayesian_ridge.py example fixes to clean first docstring paragraph of rst code 2013-07-22 15:48:44 +02:00
plot_iris_logistic.py DOC fix example comments 2013-07-30 12:41:56 +02:00
plot_lasso_and_elasticnet.py P3K: use print as a function in the examples 2013-02-01 15:04:42 +01:00
plot_lasso_coordinate_descent_path.py API : set return_models to False by default in path functions in coordinate descent 2013-09-29 15:18:13 +02:00
plot_lasso_lars.py DOC spellfixes 2013-06-29 16:18:23 +03:00
plot_lasso_model_selection.py DOC spellfixes 2013-06-29 16:18:23 +03:00
plot_logistic.py example docstring fixes 2013-06-06 12:30:42 +02:00
plot_logistic_l1_l2_sparsity.py DOC: Replaced all BSD style licenses with "BSD 3 clause" 2013-04-30 08:34:46 +02:00
plot_logistic_path.py DOC: Replaced all BSD style licenses with "BSD 3 clause" 2013-04-30 08:34:46 +02:00
plot_multi_task_lasso_support.py DOC: Replaced all BSD style licenses with "BSD 3 clause" 2013-04-30 08:34:46 +02:00
plot_ols.py DOC: Replaced all BSD style licenses with "BSD 3 clause" 2013-04-30 08:34:46 +02:00
plot_ols_3d.py DOC fix example comments 2013-07-30 12:41:56 +02:00
plot_ols_ridge_variance.py Add plot titles and newstyle plt import in OLS vs Ridge example 2013-10-24 16:25:40 +02:00
plot_omp.py ENH : update example of OMP 2013-07-26 09:50:54 +02:00
plot_polynomial_interpolation.py DOC: Replaced all BSD style licenses with "BSD 3 clause" 2013-04-30 08:34:46 +02:00
plot_ransac.py Rename RANSAC to RANSACRegressor 2013-10-20 15:58:04 +02:00
plot_ridge_path.py example fixes to clean first docstring paragraph of rst code 2013-07-22 15:48:44 +02:00
plot_sgd_comparison.py DOC: Replaced all BSD style licenses with "BSD 3 clause" 2013-04-30 08:34:46 +02:00
plot_sgd_iris.py COSMIT various typofixes 2013-04-11 21:22:14 +02:00
plot_sgd_loss_functions.py example fixes to clean first docstring paragraph of rst code 2013-07-22 15:48:44 +02:00
plot_sgd_penalties.py example fixes to clean first docstring paragraph of rst code 2013-07-22 15:48:44 +02:00
plot_sgd_separating_hyperplane.py P3K: use print as a function in the examples 2013-02-01 15:04:42 +01:00
plot_sgd_weighted_classes.py P3K: use print as a function in the examples 2013-02-01 15:04:42 +01:00
plot_sgd_weighted_samples.py P3K: use print as a function in the examples 2013-02-01 15:04:42 +01:00
plot_sparse_recovery.py DOC spellfixes 2013-06-29 16:18:23 +03:00

README.txt

.. _linear_examples:

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

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