scikit-learn/examples
Andreas Mueller 763af613d6 Merge branch 'master' of https://github.com/scikit-learn/scikit-learn 2011-12-20 19:12:53 +01:00
..
applications Typo in example. Thanks Virgile for the cool example. 2011-12-20 11:49:31 -05:00
cluster STY : pep8 2011-12-20 15:34:17 +01:00
covariance DOC FIX typo 2011-12-20 18:58:39 +01:00
decomposition Rehauled SparseCoder example 2011-12-20 17:09:15 +01:00
ensemble DOC: Fixed links to modules in the example gallery 2011-12-19 16:07:01 +01:00
gaussian_process DOC: Fixed links to modules in the example gallery 2011-12-19 16:07:01 +01:00
linear_model STY : pep8 2011-12-20 15:34:17 +01:00
manifold DOC: Fixed links to modules in the example gallery 2011-12-19 16:07:01 +01:00
mixture DOC: Fixed links to modules in the example gallery 2011-12-19 16:07:01 +01:00
neighbors DOC: Fixed links to modules in the example gallery 2011-12-19 16:07:01 +01:00
svm ENH Remove redundant example 2011-12-20 14:17:51 +01:00
tree DOC: Fixed links to modules in the example gallery 2011-12-19 16:07:01 +01:00
README.txt DOC: Fixed links to modules in the example gallery 2011-12-19 16:07:01 +01:00
document_classification_20newsgroups.py peping8 examples 2011-12-19 18:16:51 +01:00
document_clustering.py peping8 examples 2011-12-19 18:16:51 +01:00
feature_selection_pipeline.py peping8 examples 2011-12-19 18:16:51 +01:00
grid_search_digits.py peping8 examples 2011-12-19 18:16:51 +01:00
grid_search_text_feature_extraction.py peping8 examples 2011-12-19 18:16:51 +01:00
mlcomp_sparse_document_classification.py peping8 examples 2011-12-19 18:16:51 +01:00
plot_classification_probability.py peping8 examples 2011-12-19 18:16:51 +01:00
plot_confusion_matrix.py peping8 examples 2011-12-19 18:16:51 +01:00
plot_digits_classification.py peping8 examples 2011-12-19 18:16:51 +01:00
plot_feature_selection.py ENH : clean up plot_feature_selection.py 2011-12-19 11:48:50 +01:00
plot_kernel_approximation.py COSMIT pep8 2011-12-20 14:17:51 +01:00
plot_lda_qda.py peping8 examples 2011-12-19 18:16:51 +01:00
plot_lda_vs_qda.py peping8 examples 2011-12-19 18:16:51 +01:00
plot_permutation_test_for_classification.py BUG: example plot compatibility with older matplotlib versions 2011-12-20 02:03:41 -08:00
plot_pls.py peping8 examples 2011-12-19 18:16:51 +01:00
plot_precision_recall.py peping8 examples 2011-12-19 18:16:51 +01:00
plot_random_dataset.py peping8 examples 2011-12-19 18:16:51 +01:00
plot_rfe_digits.py COSMIT: rfe examples 2011-12-19 13:27:35 +01:00
plot_rfe_with_cross_validation.py COSMIT: rfe examples 2011-12-19 13:27:35 +01:00
plot_roc.py Move project directory from scikits.learn to sklearn 2011-09-02 12:06:57 +02:00
plot_roc_crossval.py peping8 examples 2011-12-19 18:16:51 +01:00
plot_train_error_vs_test_error.py peping8 examples 2011-12-19 18:16:51 +01:00

README.txt

.. _general_examples:

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

General-purpose and introductory examples for the scikit.