scikit-learn/examples
DOHMATOB Elvis f4b230cc65 BF: fixing error on plot_image_denoising.py with Python 2.7 (#9003) 2017-06-06 14:36:13 +02:00
..
applications [MRG+1] Rename n_topics to n_components in LDA (#8938) 2017-05-27 18:46:26 +10:00
bicluster EXA improve examples (#8866) 2017-05-12 14:21:40 +02:00
calibration Fix typos (#6942) 2016-06-27 18:13:49 +02:00
classification [MRG] Modify Classification module example matplotlibv2 (#8516) 2017-03-13 10:58:12 +01:00
cluster [MRG+1] MAINT drop SciPy < 0.13 (#8854) 2017-06-02 23:36:33 +02:00
covariance [MRG] Remove DeprecationWarnings in examples due to using floats instead of ints (#8040) 2017-02-03 15:21:03 +01:00
cross_decomposition [MRG + 1] Correct typo in cross decomposition example (Fixes #8307) (#8578) 2017-03-12 16:13:40 +01:00
datasets DOC Make target variable Y lowercase in example (#7905) 2016-11-18 10:24:36 +11:00
decomposition BF: fixing error on plot_image_denoising.py with Python 2.7 (#9003) 2017-06-06 14:36:13 +02:00
ensemble [MRG] DOC improve example plot_forest_iris.py (#8649) 2017-03-27 21:39:28 +11:00
exercises [MRG] Run more examples as part of the doc generation (#8851) 2017-05-11 23:42:57 +02:00
feature_selection EXA improve examples (#8866) 2017-05-12 14:21:40 +02:00
gaussian_process DOC Modify plot_gpc_iris.py for matplotlib v2 (#8385) 2017-02-21 21:37:42 +11:00
linear_model [MRG+1] MAINT drop SciPy < 0.13 (#8854) 2017-06-02 23:36:33 +02:00
manifold [MRG] remove "matplotlib <1" compatibility code from manifold examples (#8552) 2017-03-10 08:25:37 +01:00
mixture Correct figure number + matplotlib 2 (#8483) 2017-03-02 15:40:48 +01:00
model_selection [MRG] Run more examples as part of the doc generation (#8851) 2017-05-11 23:42:57 +02:00
neighbors [MRG] Update URL for species distribution dataset (#8864) 2017-05-11 18:44:08 +02:00
neural_networks ENH rename algorithm to solver in MLP for consistency 2016-09-12 21:05:28 +02:00
preprocessing DOC add example regarding feature scaling (#7912) 2017-02-14 00:27:19 +11:00
semi_supervised DOC Fixing a bug where entropy included labeled items (#8150) 2017-01-29 07:35:15 +11:00
svm [MRG] Modify Svm examples for matplotlibv2 comp (#8456) 2017-03-04 11:22:00 -05:00
text [MRG+1] Remove the MLComp text categorization example (#8264) 2017-02-08 09:29:34 +01:00
tree [MRG] Fix plot_unveil_tree_structure.py: incorrect indexing for X_test (#8653) 2017-03-27 18:54:52 +02:00
README.txt DOC: Fixed links to modules in the example gallery 2011-12-19 16:07:01 +01:00
hetero_feature_union.py DOC Updates sklearn naming convention for consistency (#7268) 2016-08-29 08:20:13 +10:00
plot_compare_reduction.py [MRG+3] ENH Caching Pipeline by memoizing transformer (#7990) 2017-02-13 14:01:12 +01:00
plot_cv_predict.py Typo in `plot_cv example` 2016-05-17 05:24:25 -07:00
plot_digits_pipe.py FIX sphinx gallery rendering of plot_digits_pipe example 2017-01-04 16:14:05 +01:00
plot_feature_stacker.py [MRG] Run more examples as part of the doc generation (#8851) 2017-05-11 23:42:57 +02:00
plot_isotonic_regression.py doc: fix spellings of 'license' 2016-03-31 17:25:31 -07:00
plot_johnson_lindenstrauss_bound.py [DOC] Fix broken links 2016-03-23 12:45:34 -07:00
plot_kernel_approximation.py [MRG] Remove DeprecationWarnings in examples due to using floats instead of ints (#8040) 2017-02-03 15:21:03 +01:00
plot_kernel_ridge_regression.py [MRG] Remove DeprecationWarnings in examples due to using floats instead of ints (#8040) 2017-02-03 15:21:03 +01:00
plot_missing_values.py [MRG] Run more examples as part of the doc generation (#8851) 2017-05-11 23:42:57 +02:00
plot_multilabel.py MAINT Remove support for the deprecated sequence of sequences 2015-08-11 22:26:44 +05:30
plot_multioutput_face_completion.py [MRG] Remove DeprecationWarnings in examples due to using floats instead of ints (#8040) 2017-02-03 15:21:03 +01:00

README.txt

.. _general_examples:

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

General-purpose and introductory examples for the scikit.