scikit-learn/examples
Jaques Grobler 456b0d010f Merge pull request #1581 from jaquesgrobler/example_gallery_cleanup
MRG Example gallery cleanup
2013-04-18 04:21:05 -07:00
..
applications Merge pull request #1581 from jaquesgrobler/example_gallery_cleanup 2013-04-18 04:21:05 -07:00
cluster Merge pull request #1581 from jaquesgrobler/example_gallery_cleanup 2013-04-18 04:21:05 -07:00
covariance COSMIT various typofixes 2013-04-11 21:22:14 +02:00
datasets fix for iris dataset 2013-03-18 13:52:20 +01:00
decomposition ENH actually use scikit-learn's PCA class in plot_pca_3d.py 2013-04-17 16:29:57 +02:00
ensemble COSMIT various typofixes 2013-04-11 21:22:14 +02:00
exercises P3K death to the print statement 2013-02-11 23:11:57 +01:00
gaussian_process P3K: use print as a function in the examples 2013-02-01 15:04:42 +01:00
linear_model Merge pull request #1581 from jaquesgrobler/example_gallery_cleanup 2013-04-18 04:21:05 -07:00
manifold COSMIT various typofixes 2013-04-11 21:22:14 +02:00
mixture P3K range vs. xrange 2013-02-14 02:05:35 +01:00
neighbors COSMIT various typofixes 2013-04-11 21:22:14 +02:00
semi_supervised COSMIT various typofixes 2013-04-11 21:22:14 +02:00
svm Merge pull request #1581 from jaquesgrobler/example_gallery_cleanup 2013-04-18 04:21:05 -07:00
tree COSMIT various typofixes 2013-04-11 21:22:14 +02:00
README.txt DOC: Fixed links to modules in the example gallery 2011-12-19 16:07:01 +01:00
document_classification_20newsgroups.py fix for iris dataset 2013-03-18 13:52:20 +01:00
document_clustering.py COSMIT typo. the French again ;) 2013-04-14 16:34:53 +02:00
feature_selection_pipeline.py P3K: use print as a function in the examples 2013-02-01 15:04:42 +01:00
feature_stacker.py MISC renaming FeatureStacker to FeatureUnion, adding docs 2012-09-30 11:55:32 +01:00
grid_search_digits.py BUG digits grid search was passing cv to the wrong method 2013-03-30 13:25:26 +01:00
grid_search_text_feature_extraction.py move comment out of list 2013-03-18 13:52:20 +01:00
hashing_vs_dict_vectorizer.py gallery effects,icon change,cleanups 2013-03-18 13:52:20 +01:00
mlcomp_sparse_document_classification.py P3K: use print as a function in the examples 2013-02-01 15:04:42 +01:00
plot_classification_probability.py P3K: use print as a function in the examples 2013-02-01 15:04:42 +01:00
plot_classifier_comparison.py COSMIT various typofixes 2013-04-11 21:22:14 +02:00
plot_confusion_matrix.py DOC Add labels and some explanation to confusion matrix example 2013-04-17 16:35:02 +02:00
plot_digits_classification.py P3K: use print as a function in the examples 2013-02-01 15:04:42 +01:00
plot_digits_pipe.py P3K: use print as a function in the examples 2013-02-01 15:04:42 +01:00
plot_feature_selection.py P3K: use print as a function in the examples 2013-02-01 15:04:42 +01:00
plot_hmm_sampling.py COSMIT + MISC pep8, pyflakes, typos and some other cleanup of examples. 2012-04-29 23:13:06 +02:00
plot_isotonic_regression.py DOC : fix move of isotonic in doc + examples 2012-11-14 22:42:03 +01:00
plot_johnson_lindenstrauss_bound.py P3K: use print as a function in the examples 2013-02-01 15:04:42 +01:00
plot_kernel_approximation.py COSMIT various typofixes 2013-04-11 21:22:14 +02:00
plot_lda_qda.py remove comment, undo change 2013-03-18 13:54:07 +01:00
plot_multilabel.py P3K: use print as a function in the examples 2013-02-01 15:04:42 +01:00
plot_permutation_test_for_classification.py FIX example 2013-02-03 15:49:38 +01:00
plot_pls.py P3K: use print as a function in the examples 2013-02-01 15:04:42 +01:00
plot_precision_recall.py P3K: use print as a function in the examples 2013-02-01 15:04:42 +01:00
plot_rfe_digits.py gallery effects,icon change,cleanups 2013-03-18 13:52:20 +01:00
plot_rfe_with_cross_validation.py P3K: use print as a function in the examples 2013-02-01 15:04:42 +01:00
plot_roc.py gallery effects,icon change,cleanups 2013-03-18 13:52:20 +01:00
plot_roc_crossval.py P3K: use print as a function in the examples 2013-02-01 15:04:42 +01:00
plot_train_error_vs_test_error.py P3K: use print as a function in the examples 2013-02-01 15:04:42 +01:00

README.txt

.. _general_examples:

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

General-purpose and introductory examples for the scikit.