scikit-learn/examples
Andreas Mueller e40cd691e4 Example of decision surface of approximate kernel svm 2011-12-20 14:17:49 +01:00
..
applications BUG: follow API change in outlier_detection 2011-12-20 14:06:49 +01:00
cluster ENH adjust subplots to look good on the web. 2011-12-20 12:38:45 +01:00
covariance DOC: improve outlier detection docs 2011-12-20 13:11:44 +01:00
decomposition added sparse coding example 2011-12-20 13:23:03 +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 Example of decision surface of approximate kernel svm 2011-12-20 14:17:49 +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 DOC: Move kernel approximation to be a "plot" example. 2011-12-20 14:17:49 +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.