scikit-learn/examples
Eric Chang 62e9bb8def Feature: Implement PowerTransformer (#10210) 2017-12-06 08:29:10 +11:00
..
applications [MRG] DOC Replacing "the scikit" with "scikit-learn" (#10126) 2017-11-14 11:06:50 +01: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 DOC Improve comment in plot_classifier_comparison.py (#10256) 2017-12-05 23:55:00 +08: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 ENH: new CategoricalEncoder class (#9151) 2017-11-21 20:03:41 +11: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 DOC Fix typo (#9996) 2017-10-25 13:05:36 +11:00
model_selection DOC Fix broken link in ROC example (#10151) 2017-11-16 14:25:28 +08:00
multioutput [MRG+1] Chassifier chain example fix (#9408) 2017-07-25 10:28:01 +02:00
neighbors avoid subplot overlapping in plot_regression.py (#10159) 2017-11-17 09:13:15 +01:00
neural_networks Fix example for matplotlib 2.1 change. (#9897) 2017-10-10 11:42:48 +02:00
preprocessing Feature: Implement PowerTransformer (#10210) 2017-12-06 08:29:10 +11: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
.flake8 [MRG] move flake8 options from flake8_diff.sh to setup.cfg (#10080) 2017-11-14 13:26:39 +01:00
README.txt [MRG] DOC Replacing "the scikit" with "scikit-learn" (#10126) 2017-11-14 11:06:50 +01:00
hetero_feature_union.py DOC Updates sklearn naming convention for consistency (#7268) 2016-08-29 08:20:13 +10:00
plot_anomaly_comparison.py DOC Comparison plot for anomaly detection methods. (#10004) 2017-11-03 08:37:27 +11: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:

Examples
========

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

General-purpose and introductory examples for scikit-learn.