scikit-learn/examples
Peter Prettenhofer f1dee6eb08 fix: add missing str formatting operator 2013-05-31 09:31:23 +02:00
..
applications DOC: Replaced all BSD style licenses with "BSD 3 clause" 2013-04-30 08:34:46 +02:00
cluster DOC: Replaced all BSD style licenses with "BSD 3 clause" 2013-04-30 08:34:46 +02:00
covariance DOC: Replaced all BSD style licenses with "BSD 3 clause" 2013-04-30 08:34:46 +02:00
datasets DOC: Replaced all BSD style licenses with "BSD 3 clause" 2013-04-30 08:34:46 +02:00
decomposition DOC: Replaced all BSD style licenses with "BSD 3 clause" 2013-04-30 08:34:46 +02:00
ensemble DOC: Replaced all BSD style licenses with "BSD 3 clause" 2013-04-30 08:34:46 +02: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 rename lambda to alpha in plot_lasso_coordinate_descent_path. (Re)-Closes #903. 2013-05-16 07:19:25 +02:00
manifold DOC: Replaced all BSD style licenses with "BSD 3 clause" 2013-04-30 08:34:46 +02:00
mixture DOC: Replaced all BSD style licenses with "BSD 3 clause" 2013-04-30 08:34:46 +02:00
neighbors DOC: Replaced all BSD style licenses with "BSD 3 clause" 2013-04-30 08:34:46 +02:00
semi_supervised fix: add missing str formatting operator 2013-05-31 09:31:23 +02:00
svm DOC: Replaced all BSD style licenses with "BSD 3 clause" 2013-04-30 08:34:46 +02: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: Replaced all BSD style licenses with "BSD 3 clause" 2013-04-30 08:34:46 +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: Replaced all BSD style licenses with "BSD 3 clause" 2013-04-30 08:34:46 +02: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 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 DOC: Replaced all BSD style licenses with "BSD 3 clause" 2013-04-30 08:34:46 +02: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 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 DOC: Replaced all BSD style licenses with "BSD 3 clause" 2013-04-30 08:34:46 +02:00

README.txt

.. _general_examples:

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

General-purpose and introductory examples for the scikit.