scikit-learn/examples
Ian Ozsvald 0bf39889bd updated docs to fix formatting errors 2013-07-17 13:54:34 +01:00
..
applications example yahoo stock issue fix 2013-07-13 21:48:24 -05:00
cluster undo change to clustering example 2013-07-06 07:44:13 -07:00
covariance DOC spellfixes 2013-06-29 16:18:23 +03:00
datasets DOC spellfixes 2013-06-29 16:18:23 +03:00
decomposition DOC spellfixes 2013-06-29 16:18:23 +03:00
ensemble updated docs to fix formatting errors 2013-07-17 13:54:34 +01:00
exercises P3K death to the print statement 2013-02-11 23:11:57 +01:00
gaussian_process DOC: Replaced all BSD style licenses with "BSD 3 clause" 2013-04-30 08:34:46 +02:00
linear_model DOC spellfixes 2013-06-29 16:18:23 +03:00
manifold DOC spellfixes 2013-06-29 16:18:23 +03:00
mixture DOC spellfixes 2013-06-29 16:18:23 +03:00
neighbors MISC: remove unused imports 2013-07-13 19:08:29 -05:00
semi_supervised fix: add missing str formatting operator 2013-05-31 09:31:23 +02:00
svm DOC spellfixes 2013-06-29 16:18:23 +03: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 DOC: Replaced all BSD style licenses with "BSD 3 clause" 2013-04-30 08:34:46 +02:00
document_clustering.py DOC explain normalization in LSA KMeans example 2013-06-12 13:39:39 +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 DOC spellfixes 2013-06-29 16:18:23 +03: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 DOC: Replaced all BSD style licenses with "BSD 3 clause" 2013-04-30 08:34:46 +02:00
hashing_vs_dict_vectorizer.py DOC: Replaced all BSD style licenses with "BSD 3 clause" 2013-04-30 08:34:46 +02:00
mlcomp_sparse_document_classification.py DOC: Replaced all BSD style licenses with "BSD 3 clause" 2013-04-30 08:34:46 +02:00
plot_classification_probability.py DOC: Replaced all BSD style licenses with "BSD 3 clause" 2013-04-30 08:34:46 +02:00
plot_classifier_comparison.py DOC: Replaced all BSD style licenses with "BSD 3 clause" 2013-04-30 08:34:46 +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 DOC: Replaced all BSD style licenses with "BSD 3 clause" 2013-04-30 08:34:46 +02:00
plot_digits_pipe.py DOC: Replaced all BSD style licenses with "BSD 3 clause" 2013-04-30 08:34:46 +02: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 Add missing doc string printing for examples 2013-06-23 18:18:03 +02:00
plot_isotonic_regression.py Add missing doc string printing for examples 2013-06-23 18:18:03 +02:00
plot_johnson_lindenstrauss_bound.py Add missing doc string printing for examples 2013-06-23 18:18:03 +02:00
plot_kernel_approximation.py DOC spellfixes 2013-06-29 16:18:23 +03:00
plot_lda_qda.py remove comment, undo change 2013-03-18 13:54:07 +01:00
plot_multilabel.py DOC: Replaced all BSD style licenses with "BSD 3 clause" 2013-04-30 08:34:46 +02:00
plot_permutation_test_for_classification.py DOC: Replaced all BSD style licenses with "BSD 3 clause" 2013-04-30 08:34:46 +02:00
plot_pls.py DOC spellfixes 2013-06-29 16:18:23 +03: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 DOC spellfixes 2013-06-29 16:18:23 +03:00
plot_train_error_vs_test_error.py DOC: Replaced all BSD style licenses with "BSD 3 clause" 2013-04-30 08:34:46 +02:00
randomized_search.py Add missing doc string printing for examples 2013-06-23 18:18:03 +02:00

README.txt

.. _general_examples:

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

General-purpose and introductory examples for the scikit.