scikit-learn/examples/linear_model
Alexandre Gramfort 3f330f2967 STY : pep8 2011-12-20 15:34:17 +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 STY : pep8 2011-12-20 15:34:17 +01: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 Move project directory from scikits.learn to sklearn 2011-09-02 12:06:57 +02: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 Move project directory from scikits.learn to sklearn 2011-09-02 12:06:57 +02:00
plot_lasso_lars.py Move project directory from scikits.learn to sklearn 2011-09-02 12:06:57 +02:00
plot_lasso_model_selection.py typo: accross => across 2011-12-20 09:49:45 +01:00
plot_logistic_path.py FIX example logisitic regression. 2011-09-14 12:53:35 +02:00
plot_ols.py Style update in documentation. 2011-11-21 12:31:59 +01: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 Move project directory from scikits.learn to sklearn 2011-09-02 12:06:57 +02: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 Move project directory from scikits.learn to sklearn 2011-09-02 12:06:57 +02:00
plot_sgd_ols.py Move project directory from scikits.learn to sklearn 2011-09-02 12:06:57 +02:00
plot_sgd_penalties.py Move project directory from scikits.learn to sklearn 2011-09-02 12:06:57 +02:00
plot_sgd_separating_hyperplane.py fix: sgd module clone issue w/ rho parameter 2011-11-15 21:06:32 +01:00
plot_sgd_weighted_classes.py Move project directory from scikits.learn to sklearn 2011-09-02 12:06:57 +02:00
plot_sgd_weighted_samples.py Move project directory from scikits.learn to sklearn 2011-09-02 12:06:57 +02:00

README.txt

.. _linear_examples:

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

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