scikit-learn/examples
Arnaud Joly 689058a23e Merge pull request #3412 from brentp/logistic_l1_l2_ex
[MRG] use more interesting range for C in logistic l1 l2 example.
2014-07-17 16:54:43 +02:00
..
applications FIX Python 3 support for examples/applications/plot_prediction_latency.py 2014-06-24 16:16:54 +02:00
bicluster move around examples for better structure. 2014-07-17 09:35:30 +02:00
classification move around examples for better structure. 2014-07-17 09:35:30 +02:00
cluster move around examples for better structure. 2014-07-17 09:35:30 +02:00
covariance move around examples for better structure. 2014-07-17 09:35:30 +02:00
cross_decomposition move around examples for better structure. 2014-07-17 09:35:30 +02:00
datasets move around examples for better structure. 2014-07-17 09:35:30 +02:00
decomposition move around examples for better structure. 2014-07-17 09:35:30 +02:00
ensemble move around examples for better structure. 2014-07-17 09:35:30 +02:00
exercises Fixed pep8 violations. Some 'line too long' errors still remain. 2014-05-15 09:23:16 +05:30
feature_selection move around examples for better structure. 2014-07-17 09:35:30 +02:00
gaussian_process move around examples for better structure. 2014-07-17 09:35:30 +02:00
linear_model Merge pull request #3412 from brentp/logistic_l1_l2_ex 2014-07-17 16:54:43 +02:00
manifold move around examples for better structure. 2014-07-17 09:35:30 +02:00
mixture move around examples for better structure. 2014-07-17 09:35:30 +02:00
model_selection move around examples for better structure. 2014-07-17 09:35:30 +02:00
neighbors move around examples for better structure. 2014-07-17 09:35:30 +02:00
neural_networks move around examples for better structure. 2014-07-17 09:35:30 +02:00
semi_supervised move around examples for better structure. 2014-07-17 09:35:30 +02:00
svm move around examples for better structure. 2014-07-17 09:35:30 +02:00
text move around examples for better structure. 2014-07-17 09:35:30 +02:00
tree move around examples for better structure. 2014-07-17 09:35:30 +02:00
README.txt DOC: Fixed links to modules in the example gallery 2011-12-19 16:07:01 +01:00
feature_stacker.py DOC spellfixes 2013-06-29 16:18:23 +03:00
imputation.py COSMIT: typo in examples/imputation.py 2013-07-28 09:03:56 +02:00
plot_digits_pipe.py Fixed pep8 violations. Some 'line too long' errors still remain. 2014-05-15 09:23:16 +05:30
plot_isotonic_regression.py ENH added an option to do an isotonic regression on decreasing functions 2013-07-23 21:50:29 +02:00
plot_johnson_lindenstrauss_bound.py CLN: Fix typo 2014-05-30 20:08:08 -04:00
plot_kernel_approximation.py Updated examples to use pyplot for plotting instead of pylab 2014-05-15 02:18:07 +05:30
plot_multilabel.py DOC/FIX Address @arjoly's comments 2014-06-05 11:20:36 +02:00
plot_multioutput_face_completion.py FIX small title issue 2013-07-26 16:01:32 +02:00

README.txt

.. _general_examples:

General examples
----------------

General-purpose and introductory examples for the scikit.