scikit-learn/examples
vene 8838d03385 Merge branch 'master' into sparsepca 2011-07-14 20:52:02 +03:00
..
applications cosmit: removed requirements in svm_gui doc. 2011-05-11 17:01:13 +02:00
cluster FIX : removing useless seed fix in plot_mean_shift 2011-05-18 22:20:36 -04:00
covariance Covariance errors computation API changes. 2011-05-25 17:29:03 +02:00
decomposition MISC: minor cleanups 2011-06-25 16:35:33 +02:00
gaussian_process renaming plot_gp_diabetes_dataset.py as nothing is plotted 2010-12-12 20:42:22 -05:00
linear_model Improve Logistic Regression sparsity example. 2011-07-10 01:58:56 +09:00
manifold Cosmetic cleanup. 2011-06-30 09:56:46 +02:00
mixture DOC: Fix warnings 2011-04-10 22:44:13 +02: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 Use four categories instead of all in doc. class. example 2011-07-04 15:30:45 +02:00
feature_selection_pipeline.py trailing spaces holocaust 2010-11-06 15:42:55 +01:00
gaussian_naive_bayes.py rename MultinomialNB params, rename GNB GaussianNB 2011-05-23 16:21:44 +02:00
grid_search_digits.py FIX: fix rename of grid_scores_ 2011-04-28 10:09:52 +02:00
grid_search_text_feature_extraction.py Search tfidf__norm space in text class. grid search example 2011-07-04 14:12:18 +02:00
mlcomp_sparse_document_classification.py fix naive bayes docs and example + credit mblondel + vanity 2011-05-22 20:22:08 +02:00
plot_classification_probability.py print docstring in examples 2011-06-04 19:11:33 +02: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_digits_classification.py DOC: improve datasets information 2011-05-09 15:26:20 +02: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_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 Remove copy and paste errors from nearest neighbors example 2011-04-16 05:44:36 -07:00
plot_neighbors_regression.py Neighbors refactoring. 2011-02-17 10:37:34 +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 print docstring in examples 2011-06-04 19:11:33 +02: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 typo 2011-06-04 19:11:36 +02:00
plot_rfe_with_cross_validation.py kill trailing spaces 2011-05-04 17:49:17 +02:00
plot_roc.py ENH: style fixes and better use of the scikit-learn API in ROC example 2011-06-04 05:49:38 +02: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.