scikit-learn/examples
Isaac Laughlin 9743579b5a [MRG+1] Refactoring plot_iris svm example. (#8279) 2017-02-23 21:22:26 +11:00
..
applications [MRG] Remove DeprecationWarnings in examples due to using floats instead of ints (#8040) 2017-02-03 15:21:03 +01:00
bicluster Remove redundant words in sklearn 2016-02-23 16:54:03 +08:00
calibration Fix typos (#6942) 2016-06-27 18:13:49 +02:00
classification [MRG] Remove DeprecationWarnings in examples due to using floats instead of ints (#8040) 2017-02-03 15:21:03 +01:00
cluster [MRG] DOC Example: Fix minor standard output formatting (#7456) 2016-09-20 08:06:36 +10: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] Remove DeprecationWarnings in examples due to using floats instead of ints (#8040) 2017-02-03 15:21:03 +01:00
datasets DOC Make target variable Y lowercase in example (#7905) 2016-11-18 10:24:36 +11:00
decomposition [MRG] Remove DeprecationWarnings in examples due to using floats instead of ints (#8040) 2017-02-03 15:21:03 +01:00
ensemble [MRG] DOC Isolation Forest decision function doc - Clarify that it computes normality not abnormality. (#7792) 2016-10-31 12:07:50 +11:00
exercises [MRG] Diabetes example with GridSearchCV (#8268) 2017-02-08 00:10:25 +01:00
feature_selection Extra missing links complained by sphinx 2016-08-03 20:23:50 +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] FIX lasso/elasticnet example did not add noise to simulated data. (#8427) 2017-02-22 14:54:32 +01:00
manifold update references link namespace 2016-08-03 20:23:50 +02:00
mixture Add Dirichlet process prior to BayesianGaussianMixture (#7386) 2016-09-10 15:41:52 +02:00
model_selection plot iso-f1 curves in plot_precision_recall (#8378) 2017-02-20 13:53:51 +01:00
neighbors [MRG] Remove DeprecationWarnings in examples due to using floats instead of ints (#8040) 2017-02-03 15:21:03 +01: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+1] Refactoring plot_iris svm example. (#8279) 2017-02-23 21:22:26 +11:00
text [MRG+1] Remove the MLComp text categorization example (#8264) 2017-02-08 09:29:34 +01:00
tree [MRG] Remove DeprecationWarnings in examples due to using floats instead of ints (#8040) 2017-02-03 15:21:03 +01:00
README.txt DOC: Fixed links to modules in the example gallery 2011-12-19 16:07:01 +01:00
feature_stacker.py Fix typo in example feature_stacker.py 2016-08-04 21:52:10 +02:00
hetero_feature_union.py DOC Updates sklearn naming convention for consistency (#7268) 2016-08-29 08:20:13 +10:00
missing_values.py Revert "ENH: Add indicator features to imputer output (#6607)" (#7292) 2016-08-30 21:28:01 +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_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_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.