scikit-learn/examples/linear_model
Jaques Grobler 456b0d010f Merge pull request #1581 from jaquesgrobler/example_gallery_cleanup
MRG Example gallery cleanup
2013-04-18 04:21:05 -07: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 COSMIT various typofixes 2013-04-11 21:22:14 +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 P3K: use print as a function in the examples 2013-02-01 15:04:42 +01:00
plot_lasso_lars.py P3K: use print as a function in the examples 2013-02-01 15:04:42 +01:00
plot_lasso_model_selection.py P3K: use print as a function in the examples 2013-02-01 15:04:42 +01:00
plot_logistic.py P3K: use print as a function in the examples 2013-02-01 15:04:42 +01:00
plot_logistic_l1_l2_sparsity.py P3K: use print as a function in the examples 2013-02-01 15:04:42 +01:00
plot_logistic_path.py P3K: use print as a function in the examples 2013-02-01 15:04:42 +01:00
plot_multi_task_lasso_support.py COSMIT various typofixes 2013-04-11 21:22:14 +02:00
plot_ols.py P3K: use print as a function in the examples 2013-02-01 15:04:42 +01:00
plot_ols_3d.py P3K: use print as a function in the examples 2013-02-01 15:04:42 +01:00
plot_ols_ridge_variance.py P3K: use print as a function in the examples 2013-02-01 15:04:42 +01: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 P3K: use print as a function in the examples 2013-02-01 15:04:42 +01:00
plot_ridge_path.py P3K: use print as a function in the examples 2013-02-01 15:04:42 +01:00
plot_sgd_comparison.py Fix example. 2012-11-05 21:55:41 +09: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 MISC minor fixes in examples 2013-03-10 19:06:42 +01:00

README.txt

.. _linear_examples:

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

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