scikit-learn/examples
t-aft 9d18b3bfc0 DOC grid_search_digits.py does no do nested CV
Fixes #3136.
2014-05-10 17:16:48 +02:00
..
applications typo: "fot" -> "for" 2014-04-11 20:39:00 -04:00
bicluster PY3 fixed examples 2014-02-15 17:05:08 +01:00
cluster Merge branch 'master' into hc_linkage 2014-02-17 21:48:31 +01:00
covariance PY3 fixed examples 2014-02-15 17:05:08 +01:00
cross_decomposition DOC reference and rename cross decomposition module 2013-07-28 02:56:12 +02:00
datasets DOC fix example comments 2013-07-30 12:41:56 +02:00
decomposition COSMIT remove unused imports and variables 2014-02-03 19:43:56 +11:00
ensemble xrange -> range 2014-04-16 23:40:56 -07:00
exercises PY3 fixed examples 2014-02-15 17:05:08 +01:00
gaussian_process DOC: Replaced all BSD style licenses with "BSD 3 clause" 2013-04-30 08:34:46 +02:00
linear_model FIX loss function example 2014-04-06 17:10:20 +02:00
manifold DOC/EXAMPLES fix more documentation errors, deprecated api usages. 2013-07-28 15:01:48 +02:00
mixture PY3 fixed examples 2014-02-15 17:05:08 +01:00
neighbors PY3 fixed examples 2014-02-15 17:05:08 +01:00
semi_supervised fix: add missing str formatting operator 2013-05-31 09:31:23 +02:00
svm Merge pull request #2936 from ugurthemaster/master 2014-04-25 21:45:06 +02:00
tree Update plot_tree_regression_multioutput.py 2014-01-23 16:42:39 +02:00
README.txt DOC: Fixed links to modules in the example gallery 2011-12-19 16:07:01 +01:00
document_classification_20newsgroups.py ENH Add filters on newsgroup text 2013-07-22 13:53:02 +02:00
document_clustering.py TruncatedSVD: Calculate explained variance. 2014-04-17 15:10:34 -04:00
feature_selection_pipeline.py ENH make_pipeline and make_union utility functions 2013-12-29 14:26:34 +01:00
feature_stacker.py DOC spellfixes 2013-06-29 16:18:23 +03:00
grid_search_digits.py DOC grid_search_digits.py does no do nested CV 2014-05-10 17:16:48 +02:00
grid_search_text_feature_extraction.py Minor typo fixes in grid_search_text_feature_extraction.py 2013-10-25 11:46:54 +01:00
hashing_vs_dict_vectorizer.py DOC: Replaced all BSD style licenses with "BSD 3 clause" 2013-04-30 08:34:46 +02:00
imputation.py COSMIT: typo in examples/imputation.py 2013-07-28 09:03:56 +02:00
plot_classification_probability.py PY3 fixed examples 2014-02-15 17:05:08 +01:00
plot_classifier_comparison.py DOC fix example comments 2013-07-30 12:41:56 +02:00
plot_confusion_matrix.py DOC Add labels and some explanation to confusion matrix example 2013-04-17 16:35:02 +02:00
plot_digits_classification.py Improved plot digits classification example. 2014-04-14 15:02:27 -04:00
plot_digits_pipe.py Update plot_digits_pipe.py 2014-01-21 09:19:04 +02:00
plot_feature_selection.py P3K: use print as a function in the examples 2013-02-01 15:04:42 +01:00
plot_hmm_sampling.py MAINT: point out HMMLearn 2014-03-23 18:46:30 +01:00
plot_isotonic_regression.py ENH added an option to do an isotonic regression on decreasing functions 2013-07-23 21:50:29 +02:00
plot_johnson_lindenstrauss_bound.py Add missing doc string printing for examples 2013-06-23 18:18:03 +02:00
plot_kernel_approximation.py DOC+COSMIT: typos, lots of them 2013-09-13 16:29:42 +02:00
plot_lda_qda.py remove comment, undo change 2013-03-18 13:54:07 +01:00
plot_learning_curve.py COSMIT: use plural, there are 2 learning curves 2014-04-19 12:38:16 -04:00
plot_multilabel.py MISC: fix plot_multilabel example 2013-07-28 18:00:36 +02:00
plot_multioutput_face_completion.py FIX small title issue 2013-07-26 16:01:32 +02:00
plot_permutation_test_for_classification.py DOC: Replaced all BSD style licenses with "BSD 3 clause" 2013-04-30 08:34:46 +02:00
plot_precision_recall.py Typo 2013-12-02 11:32:42 +01:00
plot_rbm_logistic_classification.py Remove execute pemission 2013-09-06 15:37:17 +02:00
plot_rfe_digits.py gallery effects,icon change,cleanups 2013-03-18 13:52:20 +01:00
plot_rfe_with_cross_validation.py MISC plot_rfe_with_cross_validation: better comments 2014-02-04 13:09:06 +01:00
plot_roc.py Typo 2013-12-02 11:32:42 +01:00
plot_roc_crossval.py Added links to cross_val_score, auc_score, and recall_score 2013-08-21 11:02:35 +02:00
plot_train_error_vs_test_error.py DOC: Replaced all BSD style licenses with "BSD 3 clause" 2013-04-30 08:34:46 +02:00
plot_underfitting_overfitting.py MAINT Rename over/underfitting example 2014-02-15 16:49:10 +01:00
plot_validation_curve.py Matching colors 2014-02-05 23:08:12 +01:00
randomized_search.py MISC: fix wrong timing in example 2013-08-07 22:50:25 +02:00

README.txt

.. _general_examples:

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

General-purpose and introductory examples for the scikit.