scikit-learn/examples
Michael A. Alcorn a571b01ac8 ENH Implement Complement Naive Bayes (#8190) 2017-08-28 23:31:45 +10:00
..
applications [MRG+1] retry mechanism for plot_stock_market.py (#9437) 2017-07-25 13:48:57 +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 [MRG + 1] 10 more examples fixed with matplotlib 2.0 updates (#9030) 2017-06-21 16:04:53 +02:00
cluster DOC remove unnecessary line (#9504) 2017-08-07 08:48:07 +10:00
covariance DOC Fix typos (#9386) 2017-07-17 15:51:46 +10: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 ENH 13 more examples fixed with matplotlib 2.0 (#9029) 2017-06-28 14:56:27 +02:00
ensemble ENH Early stopping for Gradient Boosting Classifier/Regressor (#7071) 2017-08-09 22:02:47 +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] Modify gaussian_process examples for matplotlib v2 comp (#8394) 2017-06-19 21:17:15 +02:00
linear_model [MRG] FIX Examples use int / int without __future__.division (#9426) 2017-07-23 12:11:49 +10: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 FIX broken link in gallery and bad title rendering 2017-07-12 16:37:49 +02:00
multioutput [MRG+1] Chassifier chain example fix (#9408) 2017-07-25 10:28:01 +02:00
neighbors [MRG] DOC examples with correct notebook style (#9061) 2017-06-20 14:48:57 +02:00
neural_networks [MRG] DOC examples with correct notebook style (#9061) 2017-06-20 14:48:57 +02:00
preprocessing [MRG+1] QuantileTransformer (#8363) 2017-06-10 01:15:46 +02:00
semi_supervised [MRG+1] Fix semi_supervised (#9239) 2017-07-04 08:20:52 +10:00
svm DOC Fixup of linear svm separating hyperplane plot (#9471) 2017-08-06 13:28:08 +10:00
text ENH Implement Complement Naive Bayes (#8190) 2017-08-28 23:31:45 +10:00
tree DOC Improve the output of example plot_iris.py after matplotlib2.0 (#9541) 2017-08-16 09:01:28 +10: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.