scikit-learn/examples
Fabian Pedregosa 1a17e7958e Remove examples from deprecated modules. 2010-06-25 11:54:54 -05:00
..
glm Cleanup in LAR example 2010-06-21 10:34:03 +02: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
lasso_and_elasticnet.py Fix import path in examples. 2010-06-16 11:38:22 +02:00
lasso_path_with_crossvalidation.py API: renaming LassoPath to LassoCV and ElasticNetPath to ElasticNetCV 2010-06-17 14:36:56 +02:00
lda.py removing unnecessary imports 2010-05-09 11:27:43 +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 DOC: Improve the example docstrings. 2010-04-21 17:04:36 +00:00
plot_gmm.py Update example gmm. 2010-06-25 09:57:40 -05:00
plot_gmm_pdf.py Add an example with probability distribution estimates using GMM. 2010-06-25 11:46:00 -05:00
plot_lasso_coordinate_descent_path.py Use default values in lasso example. 2010-06-23 15:46:51 +02:00
plot_logistic_l1_l2_coef.py adding example that illustrates that L1 penalty leads to sparse estimates of coef_ 2010-04-22 17:58:50 +00: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 updating ROC example and adding an ROC example with cross-validation 2010-05-28 11:36:17 +02:00
plot_roc_crossval.py Cosmit 2010-06-16 11:12:21 +02:00

README.txt

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

General-purpose and introductory examples for the scikit.