scikit-learn/examples
Olivier Grisel 434eed65b4 example usage of MLComp document classification datasets 2010-07-04 22:40:27 +02:00
..
glm Remove benchmarking code from lasso example. 2010-06-26 08:28:50 -05:00
svm DOC: fixes and enhacements for the docs. 2010-05-27 15:35:05 +02:00
README.txt DOC: Rework of the docs and examples: multiple commits because commits 2010-04-23 05:48:03 +00:00
lda.py removing unnecessary imports 2010-05-09 11:27:43 +02:00
logistic_l1_l2_coef.py Add title to example. 2010-06-26 09:02:16 -05:00
mlcomp_document_classification.py example usage of MLComp document classification datasets 2010-07-04 22:40:27 +02:00
naive_bayes.py ENH: Refactor the datasets to add the digits standard dataset. 2010-04-19 14:15:47 +00:00
plot_classification_probability.py Enhance plot_classification_probability example. 2010-06-16 11:35:24 +02:00
plot_confusion_matrix.py moving ROC etc. to metrics.py 2010-05-26 14:40:29 +02:00
plot_digits_classification.py s/n_features/n_samples/ in digits example 2010-04-22 09:28:12 +00:00
plot_feature_selection.py Re-enable code that was removed for the release 2010-06-26 09:21:28 -05:00
plot_gmm.py Update example gmm. 2010-06-25 09:57:40 -05:00
plot_gmm_pdf.py Cleanup gmm example. Removed unused modules. 2010-06-27 09:05:58 -05:00
plot_meanshift.py ENH : adding support for mean-shift clustering with a flat kernel 2010-06-29 00:50:35 +02:00
plot_neighbors.py DOC: Improve the example docstrings. 2010-04-21 17:04:36 +00:00
plot_precision_recall.py BUG: fix in precision recall example 2010-05-28 11:38:50 +02:00
plot_roc.py Remove code from roc plotting that was interfering with build system. 2010-06-26 09:02:50 -05:00
plot_roc_crossval.py Remove code from roc plotting that was interfering with build system. 2010-06-26 09:02:50 -05:00

README.txt

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

General-purpose and introductory examples for the scikit.