scikit-learn/examples/linear_model
Alexandre Gramfort 60be687756 DOC : add doctring in plot_lasso_and_elasticnet.py 2013-01-07 11:19:50 +01: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 Cosmit pep8 2012-12-25 13:16:05 +01:00
plot_ard.py Cosmit pep8 2012-12-25 13:16:05 +01:00
plot_bayesian_ridge.py STY : pep8 2011-12-20 15:34:17 +01:00
plot_iris_logistic.py MISC don't use ``set_cmap`` 2012-05-05 20:43:21 +02:00
plot_lasso_and_elasticnet.py DOC : add doctring in plot_lasso_and_elasticnet.py 2013-01-07 11:19:50 +01:00
plot_lasso_coordinate_descent_path.py Cosmit pep8 2012-12-25 13:16:05 +01:00
plot_lasso_lars.py Some doc for the example "Lasso path using LARS" 2012-05-24 15:42:43 +02:00
plot_lasso_model_selection.py Cosmit pep8 2012-12-25 13:16:05 +01:00
plot_logistic.py COSMIT cleanup + pep8 in examples 2012-04-27 22:59:58 +02:00
plot_logistic_l1_l2_sparsity.py Cosmit pep8 2012-12-25 13:16:05 +01:00
plot_logistic_path.py pep8 2011-12-23 10:12:26 -08:00
plot_multi_task_lasso_support.py COSMIT pep8 2012-09-04 17:24:01 +01:00
plot_ols.py Cosmit pep8 2012-12-25 13:16:05 +01:00
plot_ols_3d.py COSMIT + MISC pep8, pyflakes, typos and some other cleanup of examples. 2012-04-29 23:13:06 +02:00
plot_ols_ridge_variance.py Cosmit pep8 2012-12-25 13:16:05 +01:00
plot_omp.py variable name change 2012-11-28 15:03:43 +01:00
plot_polynomial_interpolation.py ENH : avoid global seeding in plot_polynomial_interpolation.py 2011-12-19 11:43:24 +01:00
plot_ridge_path.py Some documentation for example plot_ridge_path 2012-05-24 15:44:18 +02:00
plot_sgd_comparison.py Fix example. 2012-11-05 21:55:41 +09:00
plot_sgd_iris.py Cosmit pep8 2012-12-25 13:16:05 +01:00
plot_sgd_loss_functions.py ENH: add the squared hinge loss to the SGD loss example 2013-01-02 22:56:32 +01:00
plot_sgd_ols.py Cosmit pep8 2012-12-25 13:16:05 +01:00
plot_sgd_penalties.py pep8 2011-12-23 10:12:26 -08:00
plot_sgd_separating_hyperplane.py FIX one more example 2012-05-05 21:37:29 +02:00
plot_sgd_weighted_classes.py ENH adjusted examples to new matplotlib 1.1.1 2012-05-05 20:43:21 +02:00
plot_sgd_weighted_samples.py Cosmit pep8 2012-12-25 13:16:05 +01:00
plot_sparse_recovery.py Cosmit pep8 2012-12-25 13:16:05 +01:00

README.txt

.. _linear_examples:

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

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