scikit-learn/examples
Peter Prettenhofer 613ca4493c Merge remote branch 'upstream/master' into gradient_boosting 2012-02-01 19:38:32 +01:00
..
applications FIX small stuff in new tomography example 2012-01-15 16:01:01 +01:00
cluster ENH renamed best_estimator and best_score in examples and tests. 2012-01-05 23:35:33 +01:00
covariance Merge branch 'master' of https://github.com/scikit-learn/scikit-learn into doc_underscores_for_real 2011-12-29 11:57:41 +01:00
decomposition ENH make example more expressive 2011-12-22 23:06:05 +01:00
ensemble Merge remote branch 'upstream/master' into gradient_boosting 2012-01-31 21:12:49 +01:00
gaussian_process pep8 2011-12-23 10:12:26 -08:00
linear_model MISC: add randomized linear models to what's new 2012-02-01 09:01:54 +01:00
manifold pep8 2011-12-23 10:12:26 -08:00
mixture pep8 2011-12-23 10:12:26 -08:00
neighbors COSMIT: pep8 2011-12-23 10:24:36 -08:00
svm ENH renamed best_estimator and best_score in examples and tests. 2012-01-05 23:35:33 +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 Add Perceptron to document classification example. 2012-01-29 02:42:01 +09:00
document_clustering.py ENH demo sparse KMeans on 20news set (it's slow!) 2011-12-21 13:12:20 +01:00
feature_selection_pipeline.py peping8 examples 2011-12-19 18:16:51 +01:00
grid_search_digits.py ENH renamed best_estimator and best_score in examples and tests. 2012-01-05 23:35:33 +01:00
grid_search_text_feature_extraction.py Merge branch 'sgd_partial_fit' 2012-01-17 15:20:07 +09:00
mlcomp_sparse_document_classification.py Updat examples. 2012-01-14 22:40:29 +09: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_multilabel.py More technically correct description. 2012-01-16 22:49:03 +09: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 Fix scale_C warning. 2012-01-31 17:08:59 +09: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.