scikit-learn/examples
Olivier Grisel 4c8aec3a6f typo: accross => across 2011-12-20 09:49:45 +01:00
..
applications peping8 examples/applications 2011-12-19 18:29:00 +01:00
cluster DOC: Fixed links to modules in the example gallery 2011-12-19 16:07:01 +01:00
covariance DOC: Fixed links to modules in the example gallery 2011-12-19 16:07:01 +01:00
decomposition DOC: Fixed links to modules in the example gallery 2011-12-19 16:07:01 +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 typo: accross => across 2011-12-20 09:49:45 +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 DOC: Fixed links to modules in the example gallery 2011-12-19 16:07:01 +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
gaussian_naive_bayes.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_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 DOC: prettify plot_permutation_test_for_classification.py 2011-10-21 21:03:22 -04: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.