scikit-learn/examples
Gael varoquaux e49cd50020 ENH: Reorganise the feature agglomeration 2011-01-23 11:36:07 +01:00
..
applications Update doc. 2010-12-17 15:32:52 +01:00
cluster ENH: Reorganise the feature agglomeration 2011-01-23 11:36:07 +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 Rename scikits.learn.gmm to scikits.learn.mixture. 2010-11-23 15:15:38 +01:00
svm moving real word examples to the applications subfolder 2010-12-05 21:40:38 +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 fixed imports in non-auto examples. 2010-12-03 10:28:08 +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 fixed imports in non-auto examples. 2010-12-03 10:28:08 +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 removing old svn id tag 2011-01-22 17:31:15 -05: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 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_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 trailing spaces holocaust 2010-11-06 15:42:55 +01:00
plot_lda_vs_qda.py TEST : removing lda.py 2010-09-09 19:47:11 +02:00
plot_neighbors.py API renmae k->n_neighbors 2010-11-29 19:36:03 -05:00
plot_neighbors_regression.py API renmae k->n_neighbors 2010-11-29 19:36:03 -05:00
plot_pca.py consistently rename n_comp to n_components 2010-12-10 20:04:51 +01: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
plot_ward_feature_agglomeration.py Add ward algorithm + feature agglomeration 2011-01-02 10:45:16 -05:00

README.txt

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

General-purpose and introductory examples for the scikit.