scikit-learn/examples
Alexandre Passos 2eff92e86d Adding example; adding explicit lower bound computation; optionally monitoring convergence; full and tied work, somehow spherical and diag diverge. 2011-04-03 14:37:23 -03:00
..
applications renamed load_* to fetch_* when network connection is potentially involved 2011-03-19 18:39:45 +01:00
cluster cosmits with trailing spaces 2011-04-01 12:36:49 -04:00
gaussian_process renaming plot_gp_diabetes_dataset.py as nothing is plotted 2010-12-12 20:42:22 -05:00
linear_model Use np.vander. 2011-03-30 14:58:38 +09:00
mixture Adding example; adding explicit lower bound computation; optionally monitoring convergence; full and tied work, somehow spherical and diag diverge. 2011-04-03 14:37:23 -03:00
svm ENH: better doc and tests for unbalanced svm's 2011-03-31 12:01:57 +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 renamed load_* to fetch_* when network connection is potentially involved 2011-03-19 18:39:45 +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 renamed load_* to fetch_* when network connection is potentially involved 2011-03-19 18:39:45 +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 better name: rename class_names to target_names for consistency 2011-02-27 12:15:50 +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 Examples cleanup: remove pl.close, it is now handled by gen_rst. 2011-02-28 15:12:32 +01: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 Examples cleanup: remove pl.close, it is now handled by gen_rst. 2011-02-28 15:12:32 +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 Examples cleanup: remove pl.close, it is now handled by gen_rst. 2011-02-28 15:12:32 +01:00
plot_pls.py DOC: improve PLS docs and example 2011-03-25 00:27:18 +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

README.txt

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

General-purpose and introductory examples for the scikit.