scikit-learn/examples
Olivier Grisel f0a054b5ec update the grid search example 2011-02-27 03:05:42 +01:00
..
applications face verification example will be implemented later 2011-02-21 11:09:06 +01:00
cluster consistently rename n_comp to n_components 2010-12-10 20:04:51 +01:00
gaussian_process renaming plot_gp_diabetes_dataset.py as nothing is plotted 2010-12-12 20:42:22 -05:00
linear_model Remove example plot_lar.py 2010-12-14 19:19:24 +01:00
mixture scikits.learn.gmm -> scikits.learn.mixture 2010-12-05 14:53:39 -05:00
svm PEP8 fixes. 2011-02-03 18:36:57 +01: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 cosmit 2011-02-27 02:19:14 +01:00
feature_selection_pipeline.py trailing spaces holocaust 2010-11-06 15:42:55 +01:00
grid_search_digits.py ENH : more love in examples (adding print __doc__ + some brief descriptions in headers + fixing Anova SVC Pipeline example) 2010-11-02 11:38:06 +01:00
grid_search_text_feature_extraction.py update the grid search example 2011-02-27 03:05:42 +01:00
logistic_l1_l2_coef.py glm --> linear_model rename holocaust. 2010-11-25 16:27:30 +01:00
mlcomp_sparse_document_classification.py fixed imports in non-auto examples. 2010-12-03 10:28:08 +01:00
naive_bayes.py ENH : pyflakes on examples to avoid useless imports + addint print __doc__ 2010-11-01 16:46:40 +01:00
plot_classification_probability.py glm --> linear_model rename holocaust. 2010-11-25 16:27:30 +01:00
plot_confusion_matrix.py ENH : more love in examples (adding print __doc__ + some brief descriptions in headers + fixing Anova SVC Pipeline example) 2010-11-02 11:38:06 +01:00
plot_covariance_estimation.py oups missing example file 2010-09-09 10:26:23 +02:00
plot_digits_classification.py Corrected a few typos in the documentation. 2011-01-17 05:59:13 +08:00
plot_feature_selection.py ENH : more love in examples (adding print __doc__ + some brief descriptions in headers + fixing Anova SVC Pipeline example) 2010-11-02 11:38:06 +01:00
plot_ica_blind_source_separation.py DOC: Add documentation for ICA/PCA 2010-11-01 15:11:56 +01:00
plot_ica_vs_pca.py ENH : more love in examples (adding print __doc__ + some brief descriptions in headers + fixing Anova SVC Pipeline example) 2010-11-02 11:38:06 +01:00
plot_lda_qda.py DOC: typos + change name of LDA vs QDA examples 2011-01-26 16:16:53 +01:00
plot_lda_vs_qda.py DOC: typos + change name of LDA vs QDA examples 2011-01-26 16:16:53 +01:00
plot_neighbors.py Neighbors refactoring. 2011-02-17 10:37:34 +01:00
plot_neighbors_regression.py Neighbors refactoring. 2011-02-17 10:37:34 +01:00
plot_pca.py DOC: typos + change name of LDA vs QDA examples 2011-01-26 16:16:53 +01:00
plot_permutation_test_for_classification.py s/permutation_score/permutation_test_score 2011-01-12 15:48:53 -05:00
plot_precision_recall.py ENH : more love in examples (adding print __doc__ + some brief descriptions in headers + fixing Anova SVC Pipeline example) 2010-11-02 11:38:06 +01:00
plot_rfe_digits.py FIX: prefix with plot examples that produce output image. 2010-11-13 00:58:03 +01:00
plot_rfe_with_cross_validation.py DOC: Better plotting in RFE example 2010-11-27 13:32:14 +01:00
plot_roc.py ENH : more love in examples (adding print __doc__ + some brief descriptions in headers + fixing Anova SVC Pipeline example) 2010-11-02 11:38:06 +01:00
plot_roc_crossval.py ENH : more love in examples (adding print __doc__ + some brief descriptions in headers + fixing Anova SVC Pipeline example) 2010-11-02 11:38:06 +01:00
plot_train_error_vs_test_error.py glm --> linear_model rename holocaust. 2010-11-25 16:27:30 +01:00

README.txt

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

General-purpose and introductory examples for the scikit.