scikit-learn/examples/linear_model
Andreas Mueller e749771faa MISC don't use ``set_cmap`` 2012-05-05 20:43:21 +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 cleaned some examples 2012-03-18 20:53:00 +01:00
plot_ard.py STY : pep8 2011-12-20 15:34:17 +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 reset wrongly committed file 2012-03-31 20:44:59 +02:00
plot_lasso_coordinate_descent_path.py cosmit : consistent linestyle in plot_lasso_coordinate_descent_path 2012-04-10 13:50:01 +02:00
plot_lasso_lars.py pep8 2011-12-23 10:12:26 -08:00
plot_lasso_model_selection.py pep8 2011-12-23 10:12:26 -08:00
plot_logistic.py COSMIT cleanup + pep8 in examples 2012-04-27 22:59:58 +02:00
plot_logistic_l1_l2_sparsity.py COSMIT last try to make my plot pretty.... 2012-03-04 23:05:37 +01:00
plot_logistic_path.py pep8 2011-12-23 10:12:26 -08:00
plot_ols.py COSMIT + MISC pep8, pyflakes, typos and some other cleanup of examples. 2012-04-29 23:13:06 +02: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 + MISC pep8, pyflakes, typos and some other cleanup of examples. 2012-04-29 23:13:06 +02:00
plot_omp.py Move project directory from scikits.learn to sklearn 2011-09-02 12:06:57 +02: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 pep8 2011-12-23 10:12:26 -08:00
plot_sgd_iris.py MISC don't use ``set_cmap`` 2012-05-05 20:43:21 +02:00
plot_sgd_loss_functions.py FIX SGD loss example for new hinge loss. 2012-02-01 22:52:37 +01:00
plot_sgd_ols.py cleaned some examples 2012-03-18 20:53:00 +01:00
plot_sgd_penalties.py pep8 2011-12-23 10:12:26 -08:00
plot_sgd_separating_hyperplane.py MISC don't use ``set_cmap`` 2012-05-05 20:43:21 +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 ENH adjusted examples to new matplotlib 1.1.1 2012-05-05 20:43:21 +02:00
plot_sparse_recovery.py MISC: add randomized linear models to what's new 2012-02-01 09:01:54 +01:00

README.txt

.. _linear_examples:

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

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