scikit-learn/examples/linear_model
GaelVaroquaux 9e036a663e MISC: add randomized linear models to what's new 2012-02-01 09:01:54 +01:00
..
README.txt DOC: Fixed links to modules in the example gallery 2011-12-19 16:07:01 +01:00
lasso_and_elasticnet.py pep8 2011-12-23 10:12:26 -08:00
lasso_dense_vs_sparse_data.py Move project directory from scikits.learn to sklearn 2011-09-02 12:06:57 +02:00
logistic_l1_l2_sparsity.py pep8 2011-12-23 10:12:26 -08: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_lasso_coordinate_descent_path.py pep8 2011-12-23 10:12:26 -08: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_path.py pep8 2011-12-23 10:12:26 -08:00
plot_ols.py pep8 2011-12-23 10:12:26 -08: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 Move project directory from scikits.learn to sklearn 2011-09-02 12:06:57 +02:00
plot_sgd_loss_functions.py pep8 2011-12-23 10:12:26 -08:00
plot_sgd_ols.py pep8 2011-12-23 10:12:26 -08:00
plot_sgd_penalties.py pep8 2011-12-23 10:12:26 -08:00
plot_sgd_separating_hyperplane.py pep8 2011-12-23 10:12:26 -08:00
plot_sgd_weighted_classes.py pep8 2011-12-23 10:12:26 -08:00
plot_sgd_weighted_samples.py pep8 2011-12-23 10:12:26 -08: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.