scikit-learn/examples
Joel Nothman 19c8af6d6a ENH/FIX Replace jaccard_similarity_score by sane jaccard_score (#13151) 2019-03-13 20:59:08 +08:00
..
applications MAINT Run pyupgrade following Python2 deprecation (#12997) 2019-02-08 20:13:34 +08:00
bicluster MNT remove __future__ imports (#12791) 2019-02-02 22:05:06 +08:00
calibration DOC Fix warnings in examples (#12654) 2019-01-17 21:41:13 +11:00
classification MNT remove __future__ imports (#12791) 2019-02-02 22:05:06 +08:00
cluster [MRG+1] OPTICS fit uses the selected `extract_method` parameter (#12087) 2019-03-03 20:38:00 +01:00
compose MNT remove __future__ imports (#12791) 2019-02-02 22:05:06 +08:00
covariance DOC Minor changes to DOCS to address sphinx warnings (#12999) 2019-01-17 17:49:31 +08:00
cross_decomposition ENH 13 more examples fixed with matplotlib 2.0 (#9029) 2017-06-28 14:56:27 +02:00
datasets MNT remove __future__ imports (#12791) 2019-02-02 22:05:06 +08:00
decomposition DOC Fix warnings in examples (#12654) 2019-01-17 21:41:13 +11:00
ensemble MNT remove __future__ imports (#12791) 2019-02-02 22:05:06 +08:00
exercises MNT remove __future__ imports (#12791) 2019-02-02 22:05:06 +08:00
feature_selection ENH Pipeline can now be sliced or indexed (#2568) 2019-03-07 11:22:49 +01:00
gaussian_process MAINT Run pyupgrade following Python2 deprecation (#12997) 2019-02-08 20:13:34 +08:00
impute EXA Fix iterative imputer example's speed issue. (#13379) 2019-03-05 00:30:21 +08:00
linear_model MNT remove __future__ imports (#12791) 2019-02-02 22:05:06 +08:00
manifold FEA Neighborhood Components Analysis (#10058) 2019-02-28 15:58:07 +01:00
mixture MAINT Run pyupgrade following Python2 deprecation (#12997) 2019-02-08 20:13:34 +08:00
model_selection EXA plot_confusion_matrix example breaks down if not all classes present (#13126) 2019-02-10 16:05:58 +01:00
multioutput ENH/FIX Replace jaccard_similarity_score by sane jaccard_score (#13151) 2019-03-13 20:59:08 +08:00
neighbors FEA Neighborhood Components Analysis (#10058) 2019-02-28 15:58:07 +01:00
neural_networks MNT remove __future__ imports (#12791) 2019-02-02 22:05:06 +08:00
preprocessing MNT remove __future__ imports (#12791) 2019-02-02 22:05:06 +08:00
semi_supervised DOC Fix warnings in examples (#12654) 2019-01-17 21:41:13 +11:00
svm EXA Remove unused variables (#13197) 2019-02-20 12:36:22 +11:00
text MNT remove __future__ imports (#12791) 2019-02-02 22:05:06 +08:00
tree DOC fix plot_iris references after files renamed 2019-01-17 23:31:48 +11: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 fix some sphinx warnings (#11241) 2018-06-21 20:43:21 +10:00
plot_anomaly_comparison.py DOC Fix links in anomaly detection example (#12665) 2018-11-24 16:49:10 +08:00
plot_changed_only_pprint_parameter.py [MRG] Add pprint for estimators - continued (#11705) 2018-12-19 23:48:21 -05:00
plot_isotonic_regression.py [MRG] np.ones -> np.full (#11628) 2018-07-23 09:49:01 +02:00
plot_johnson_lindenstrauss_bound.py EXA change normed to density in matplotlib calls in examples (#12718) 2018-12-06 09:05:41 +08: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 MNT remove __future__ imports (#12791) 2019-02-02 22:05:06 +08:00
plot_multilabel.py MNT Unused imports in examples 2018-10-02 17:12:19 +08: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
========

Miscellaneous examples
----------------------

Miscellaneous and introductory examples for scikit-learn.