scikit-learn/examples
Guillaume Lemaitre 69eb4d4678 [MRG] DEP change default and deprecate iid in SearchCV (#13834) 2019-05-09 14:26:05 +02:00
..
applications [MRG] DEP change default and deprecate iid in SearchCV (#13834) 2019-05-09 14:26:05 +02:00
bicluster MNT remove __future__ imports (#12791) 2019-02-02 22:05:06 +08:00
calibration MNT change default of solver in LogisiticRegression (#13805) 2019-05-08 21:31:39 +08:00
classification MNT remove __future__ imports (#12791) 2019-02-02 22:05:06 +08:00
cluster MNT Updated adjusted_mutual_info_score and normalized_mutual_info_score default to 'arithmetic' (#13814) 2019-05-09 10:35:32 +10:00
compose [MRG] DEP change default and deprecate iid in SearchCV (#13834) 2019-05-09 14:26:05 +02: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 MAINT: reduce example execution time of plot_image_denoising.py (#13683) 2019-04-23 20:56:11 +02:00
ensemble MNT change default of solver in LogisiticRegression (#13805) 2019-05-08 21:31:39 +08:00
exercises MNT change default of solver in LogisiticRegression (#13805) 2019-05-08 21:31:39 +08:00
feature_selection ENH Pipeline can now be sliced or indexed (#2568) 2019-03-07 11:22:49 +01:00
gaussian_process MNT CI Fix for sphinx-gallery 0.3.1 + 404 errors on Debian Jessie packages (#13527) 2019-03-27 16:01:11 +01:00
impute API Make IterativeImputer experimental (#13824) 2019-05-09 09:28:44 +10:00
inspection FEA Partial dependence plots (#12599) 2019-04-24 22:52:15 +10:00
linear_model MNT change default of solver in LogisiticRegression (#13805) 2019-05-08 21:31:39 +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 [MRG] DEP change default and deprecate iid in SearchCV (#13834) 2019-05-09 14:26:05 +02:00
multioutput MNT change default of solver in LogisiticRegression (#13805) 2019-05-08 21:31:39 +08:00
neighbors [MRG] DEP change default and deprecate iid in SearchCV (#13834) 2019-05-09 14:26:05 +02:00
neural_networks DOC Improve performance of the plot_rbm_logistic_classification.py example (#13383) (#13648) 2019-04-16 22:41:11 -04:00
preprocessing [MRG] DEP change default and deprecate iid in SearchCV (#13834) 2019-05-09 14:26:05 +02:00
semi_supervised DOC Fix warnings in examples (#12654) 2019-01-17 21:41:13 +11:00
svm ENH add a break_ties parameter to SVC and NuSVC (#12557) 2019-05-03 16:15:49 -04: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.