scikit-learn/examples
Olivier Grisel aa69d857a8 FIX #401: update tutorial doctests to reflect recent changes and add them to 2011-10-22 17:39:19 +02:00
..
applications BUG NMF topic spotting example would output n_top_words-1 terms 2011-10-18 15:48:53 +02:00
cluster pep8 and pyflakes 2011-10-04 13:22:52 +11:00
covariance Integrate Fabian's comments on Minimum Covariance Determinant. 2011-10-04 11:19:37 +02:00
decomposition explicit seeding of olivetti faces loader 2011-09-19 14:19:24 +03:00
gaussian_process s/\bcross_val\b/cross_validation/g 2011-09-06 14:44:32 +02:00
linear_model FIX example logisitic regression. 2011-09-14 12:53:35 +02:00
manifold batch trailing spaces cleanup 2011-09-06 23:12:26 +02:00
mixture s/\bcross_val\b/cross_validation/g 2011-09-06 14:44:32 +02:00
neighbors trailing spaces 2011-09-16 11:29:26 +02:00
svm s/\bcross_val\b/cross_validation/g 2011-09-06 14:44:32 +02:00
tree DOC: doc and example cosmetics for trees 2011-09-25 19:59:22 +02:00
README.txt DOC: Rework of the docs and examples: multiple commits because commits 2010-04-23 05:48:03 +00:00
document_classification_20newsgroups.py Nearest Neighbors examples & documentation 2011-09-11 10:45:34 -07:00
document_clustering.py ENH: document clustering example simplification 2011-10-09 11:20:56 +02:00
feature_selection_pipeline.py batch trailing spaces cleanup 2011-09-06 23:12:26 +02:00
gaussian_naive_bayes.py Move project directory from scikits.learn to sklearn 2011-09-02 12:06:57 +02:00
grid_search_digits.py s/\bcross_val\b/cross_validation/g 2011-09-06 14:44:32 +02:00
grid_search_text_feature_extraction.py BUG adapt text feature grid search example to new 20news loader 2011-09-28 13:57:59 +02:00
mlcomp_sparse_document_classification.py batch trailing spaces cleanup 2011-09-06 23:12:26 +02:00
plot_classification_probability.py Move project directory from scikits.learn to sklearn 2011-09-02 12:06:57 +02:00
plot_confusion_matrix.py Move project directory from scikits.learn to sklearn 2011-09-02 12:06:57 +02:00
plot_digits_classification.py FIX #401: update tutorial doctests to reflect recent changes and add them to 2011-10-22 17:39:19 +02:00
plot_feature_selection.py Move project directory from scikits.learn to sklearn 2011-09-02 12:06:57 +02:00
plot_lda_qda.py Move project directory from scikits.learn to sklearn 2011-09-02 12:06:57 +02:00
plot_lda_vs_qda.py Move project directory from scikits.learn to sklearn 2011-09-02 12:06:57 +02: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 Move project directory from scikits.learn to sklearn 2011-09-02 12:06:57 +02:00
plot_precision_recall.py Move project directory from scikits.learn to sklearn 2011-09-02 12:06:57 +02:00
plot_rfe_digits.py Added RFE into the narrative documentation 2011-09-04 15:59:50 +02:00
plot_rfe_with_cross_validation.py s/\bcross_val\b/cross_validation/g 2011-09-06 14:44:32 +02:00
plot_roc.py Move project directory from scikits.learn to sklearn 2011-09-02 12:06:57 +02:00
plot_roc_crossval.py s/\bcross_val\b/cross_validation/g 2011-09-06 14:44:32 +02:00
plot_train_error_vs_test_error.py Move project directory from scikits.learn to sklearn 2011-09-02 12:06:57 +02:00

README.txt

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

General-purpose and introductory examples for the scikit.