scikit-learn/examples
Conrad Lee 4b433a9254 Modified file scikits.examples.plot_mean_shift.py: updated reference. 2011-08-06 10:52:06 +02:00
..
applications cosmit: removed requirements in svm_gui doc. 2011-05-11 17:01:13 +02:00
cluster Modified file scikits.examples.plot_mean_shift.py: updated reference. 2011-08-06 10:52:06 +02:00
covariance Covariance errors computation API changes. 2011-05-25 17:29:03 +02:00
decomposition ENH: predictable ordering in example, included kmeans 2011-07-16 18:30:54 +03:00
gaussian_process Don't use n_jobs=-1 in the examples. 2011-07-30 07:51:35 +02:00
linear_model API : renaming LARS to Lars 2011-07-25 21:41:48 -04:00
manifold Cosmetic cleanup. 2011-06-30 09:56:46 +02:00
mixture Rename n_states --> n_components in mixture & hmm + cosmetic changes. 2011-07-20 15:41:35 +02:00
svm Revert "Remove hardcoded n_jobs from examples." 2011-07-30 07:49:56 +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 API+ENH: load data by default in mlcomp and 20news 2011-07-30 14:51:06 +02:00
document_clustering.py changed batch representation from indices to slices. 2011-07-04 22:23:34 +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 Don't use n_jobs=-1 in the examples. 2011-07-30 07:51:35 +02:00
mlcomp_sparse_document_classification.py FIX more useful diagnostics in mlcomp_sparse_document_classification.py 2011-07-22 15:30:57 +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 Revert "Remove hardcoded n_jobs from examples." 2011-07-30 07:49:56 +02: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.