scikit-learn/examples/linear_model
bwignall 34fc4d4214 CLN: Capitalize "Gaussian" in example docstrings 2014-06-01 16:53:23 -04: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 Replacing the non-test .todense() methods with .toarray() 2014-05-20 21:16:34 -04:00
plot_ard.py CLN: Capitalize "Gaussian" in example docstrings 2014-06-01 16:53:23 -04:00
plot_bayesian_ridge.py CLN: Capitalize "Gaussian" in example docstrings 2014-06-01 16:53:23 -04:00
plot_iris_logistic.py Updated examples to use pyplot for plotting instead of pylab 2014-05-15 02:18:07 +05:30
plot_lasso_and_elasticnet.py Fixed pep8 violations. Some 'line too long' errors still remain. 2014-05-15 09:23:16 +05:30
plot_lasso_coordinate_descent_path.py Fixed pep8 violations. Some 'line too long' errors still remain. 2014-05-15 09:23:16 +05:30
plot_lasso_lars.py Updated examples to use pyplot for plotting instead of pylab 2014-05-15 02:18:07 +05:30
plot_lasso_model_selection.py Fixed pep8 violations. Some 'line too long' errors still remain. 2014-05-15 09:23:16 +05:30
plot_logistic.py CLN: Capitalize "Gaussian" in example docstrings 2014-06-01 16:53:23 -04:00
plot_logistic_l1_l2_sparsity.py Updated examples to use pyplot for plotting instead of pylab 2014-05-15 02:18:07 +05:30
plot_logistic_path.py Updated examples to use pyplot for plotting instead of pylab 2014-05-15 02:18:07 +05:30
plot_multi_task_lasso_support.py Fixed pep8 violations. Some 'line too long' errors still remain. 2014-05-15 09:23:16 +05:30
plot_ols.py Fixed pep8 violations. Some 'line too long' errors still remain. 2014-05-15 09:23:16 +05:30
plot_ols_3d.py Updated examples to use pyplot for plotting instead of pylab 2014-05-15 02:18:07 +05:30
plot_ols_ridge_variance.py PY3 fixed examples 2014-02-15 17:05:08 +01:00
plot_omp.py Fixed pep8 violations. Some 'line too long' errors still remain. 2014-05-15 09:23:16 +05:30
plot_polynomial_interpolation.py ENH make_pipeline and make_union utility functions 2013-12-29 14:26:34 +01:00
plot_ransac.py PY3 fixed examples 2014-02-15 17:05:08 +01:00
plot_ridge_path.py Updated examples to use pyplot for plotting instead of pylab 2014-05-15 02:18:07 +05:30
plot_sgd_comparison.py Updated examples to use pyplot for plotting instead of pylab 2014-05-15 02:18:07 +05:30
plot_sgd_iris.py Fixed pep8 violations. Some 'line too long' errors still remain. 2014-05-15 09:23:16 +05:30
plot_sgd_loss_functions.py Fixed pep8 violations. Some 'line too long' errors still remain. 2014-05-15 09:23:16 +05:30
plot_sgd_penalties.py Updated examples to use pyplot for plotting instead of pylab 2014-05-15 02:18:07 +05:30
plot_sgd_separating_hyperplane.py Updated examples to use pyplot for plotting instead of pylab 2014-05-15 02:18:07 +05:30
plot_sgd_weighted_samples.py Fixed pep8 violations. Some 'line too long' errors still remain. 2014-05-15 09:23:16 +05:30
plot_sparse_recovery.py Some more examples updated to use matplotlib.pyplot 2014-05-16 09:42:02 +05:30

README.txt

.. _linear_examples:

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

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