scikit-learn/examples
ugurthemaster e6b1863af0 Update plot_tree_regression.py
Import statements have been moved to the beginning of the file.
2014-08-01 13:28:03 +03:00
..
applications FIX Py3k support for out-of-core example 2014-07-21 21:50:34 +10: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 Modified the confusion matrix example: included a normalized matrix, changed the colors and added class labels. 2014-07-27 19:09:11 +02:00
neighbors move around examples for better structure. 2014-07-17 09:35:30 +02:00
neural_networks DOC make neural networks example appear 2014-07-21 18:23:06 +10: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 Update plot_tree_regression.py 2014-08-01 13:28:03 +03: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.