scikit-learn/examples/linear_model
James McDermott 8e79203b36 DOC rename lambda to alpha in plot_lasso_coordinate_descent_path. (Re)-Closes #903. 2013-05-16 07:19:25 +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 COSMIT various typofixes 2013-04-11 21:22:14 +02:00
plot_bayesian_ridge.py COSMIT various typofixes 2013-04-11 21:22:14 +02:00
plot_iris_logistic.py DOC: Replaced all BSD style licenses with "BSD 3 clause" 2013-04-30 08:34:46 +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 DOC rename lambda to alpha in plot_lasso_coordinate_descent_path. (Re)-Closes #903. 2013-05-16 07:19:25 +02:00
plot_lasso_lars.py DOC: Replaced all BSD style licenses with "BSD 3 clause" 2013-04-30 08:34:46 +02:00
plot_lasso_model_selection.py DOC: Replaced all BSD style licenses with "BSD 3 clause" 2013-04-30 08:34:46 +02:00
plot_logistic.py DOC: Replaced all BSD style licenses with "BSD 3 clause" 2013-04-30 08:34:46 +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: Replaced all BSD style licenses with "BSD 3 clause" 2013-04-30 08:34:46 +02:00
plot_ols_ridge_variance.py DOC: Replaced all BSD style licenses with "BSD 3 clause" 2013-04-30 08:34:46 +02:00
plot_omp.py P3K: use print as a function in the examples 2013-02-01 15:04:42 +01:00
plot_polynomial_interpolation.py DOC: Replaced all BSD style licenses with "BSD 3 clause" 2013-04-30 08:34:46 +02:00
plot_ridge_path.py DOC: Replaced all BSD style licenses with "BSD 3 clause" 2013-04-30 08:34:46 +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 P3K: use print as a function in the examples 2013-02-01 15:04:42 +01:00
plot_sgd_penalties.py P3K: use print as a function in the examples 2013-02-01 15:04:42 +01: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: Replaced all BSD style licenses with "BSD 3 clause" 2013-04-30 08:34:46 +02:00

README.txt

.. _linear_examples:

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

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