scikit-learn/examples
Hristo 0e19710fa4 Improve readability of outlier detection example. (#9973) 2017-10-24 09:41:15 +02:00
..
applications Python 2 fix for plot_stock_market.py error (#9965) 2017-10-22 20:48:29 +02:00
bicluster Custom token processor example (#7286) 2017-07-01 00:04:11 +02:00
calibration Fix typos (#9320) 2017-07-12 18:05:21 +10:00
classification Remove inappropriate warm_start (#9638) 2017-08-29 09:58:55 +10:00
cluster [MRG+1] Update docstrings of KMeans.inertia_ (#9920) 2017-10-15 18:56:18 -07:00
covariance Improve readability of outlier detection example. (#9973) 2017-10-24 09:41:15 +02:00
cross_decomposition ENH 13 more examples fixed with matplotlib 2.0 (#9029) 2017-06-28 14:56:27 +02:00
datasets ENH more readable iris dots in example 2017-06-28 14:57:45 +02:00
decomposition [MRG+1] Fix warnings in lgtm.com (remove redundant code) (#9719) 2017-09-14 11:42:58 +02:00
ensemble [MRG+1] Fix warnings in lgtm.com (remove redundant code) (#9719) 2017-09-14 11:42:58 +02:00
exercises ENH 13 more examples fixed with matplotlib 2.0 (#9029) 2017-06-28 14:56:27 +02:00
feature_selection [MRG] DOC examples with correct notebook style (#9061) 2017-06-20 14:48:57 +02:00
gaussian_process [MRG+1] Fix warnings in lgtm.com (remove redundant code) (#9719) 2017-09-14 11:42:58 +02:00
linear_model Remove unused variable alphas from the LARS example. (#9882) 2017-10-07 17:04:08 +02:00
manifold FIX t-SNE memory usage and many other optimizer issues (#9032) 2017-07-12 22:56:02 +02:00
mixture [MRG + 1] 18 more examples with matplotlib 2.0 updates (#8983) 2017-06-07 13:23:12 +02:00
model_selection [MRG+1] Setting max_iter/tol explicitly for SGD estimators in docs (#9776) 2017-10-04 17:28:32 +02:00
multioutput [MRG+1] Chassifier chain example fix (#9408) 2017-07-25 10:28:01 +02:00
neighbors [MRG+1] Fix warnings in lgtm.com (remove redundant code) (#9719) 2017-09-14 11:42:58 +02:00
neural_networks Fix example for matplotlib 2.1 change. (#9897) 2017-10-10 11:42:48 +02:00
preprocessing [MRG+1] QuantileTransformer (#8363) 2017-06-10 01:15:46 +02:00
semi_supervised hange alpha in plot_label_propagation_structure.py (#9788) 2017-09-19 09:40:29 +02:00
svm DOC show plot and fix comments (#9925) 2017-10-15 23:27:35 +11:00
text [MRG+1] Setting max_iter/tol explicitly for SGD estimators in docs (#9776) 2017-10-04 17:28:32 +02:00
tree [MRG+1] Fix warnings in lgtm.com (remove redundant code) (#9719) 2017-09-14 11:42:58 +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 [MRG+1] Modify General examples for matplotlib v2 comp (#8413) 2017-06-19 20:51:33 +02: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 [MRG] DOC examples with correct notebook style (#9061) 2017-06-20 14:48:57 +02:00
plot_johnson_lindenstrauss_bound.py [MRG + 1] 10 more examples fixed with matplotlib 2.0 updates (#9030) 2017-06-21 16:04:53 +02:00
plot_kernel_approximation.py [MRG+1] Modify General examples for matplotlib v2 comp (#8413) 2017-06-19 20:51:33 +02:00
plot_kernel_ridge_regression.py remove depreated "plt.hold" that defaults to "on". (#9444) 2017-07-25 09:03:22 +10: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 [MRG+1] Modify General examples for matplotlib v2 comp (#8413) 2017-06-19 20:51:33 +02:00
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.