scikit-learn/examples
Thomas J Fan 67c94c7e2a Add Minimal Cost-Complexity Pruning to Decision Trees (#12887) 2019-08-20 09:02:45 -04:00
..
applications MNT Use return_X_y=True with load_boston where appropriate (#14678) 2019-08-20 10:08:23 +08:00
bicluster MNT remove __future__ imports (#12791) 2019-02-02 22:05:06 +08:00
calibration MNT Change the default value of n_estimators in forests (#13803) 2019-05-09 21:19:20 +08:00
classification DOC Fix suptitle in LDA_QDA example (#14130) 2019-06-22 09:07:43 -07:00
cluster MRG add dendrogram example (#14526) 2019-08-11 13:36:22 +10:00
compose ENH Add return_X_y to 20_newsgroups and olivetti_faces (#14259) 2019-07-20 10:30:09 +08:00
covariance EXA Removing redundant parameters assignment in examples (#14360) 2019-07-14 22:26:41 +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 ENH Add return_X_y to 20_newsgroups and olivetti_faces (#14259) 2019-07-20 10:30:09 +08:00
ensemble MNT Use return_X_y=True with load_boston where appropriate (#14678) 2019-08-20 10:08:23 +08:00
exercises EXA Use return_X_y=True with load_digits where appropriate (#14359) 2019-07-14 17:10:54 +02:00
feature_selection MNT Use return_X_y=True with load_boston where appropriate (#14678) 2019-08-20 10:08:23 +08:00
gaussian_process EXA Removing redundant parameters assignment in examples (#14360) 2019-07-14 22:26:41 +08:00
impute DOC remove ConvergenceWarning in plot_missing_values (#14148) 2019-07-02 14:32:12 +02:00
inspection [MRG] Adds Permutation Importance (#13146) 2019-07-17 13:16:00 -04:00
linear_model CLN remove redundant default parameters in examples and tests (#14590) 2019-08-07 10:38:41 -07:00
manifold DOC Fix "Variables are collinear" warning in plots_lle_digits (#14162) 2019-07-01 11:23:53 +02:00
mixture MAINT Run pyupgrade following Python2 deprecation (#12997) 2019-02-08 20:13:34 +08:00
model_selection MNT Use return_X_y=True with load_boston where appropriate (#14678) 2019-08-20 10:08:23 +08:00
multioutput DEP remove utilities related to mldata (#13798) 2019-05-21 18:37:09 +10:00
neighbors EXA Use return_X_y=True with load_digits where appropriate (#14359) 2019-07-14 17:10:54 +02:00
neural_networks EXA Use return_X_y=True with load_digits where appropriate (#14359) 2019-07-14 17:10:54 +02:00
preprocessing EXA Removing redundant parameters assignment in examples (#14360) 2019-07-14 22:26:41 +08:00
semi_supervised DOC Fix warnings in examples (#12654) 2019-01-17 21:41:13 +11:00
svm EXA Add an example about how to obtain the support vectors in… (#14355) 2019-07-25 23:51:10 +02:00
text MAINT Remove tolerance paramter from Perceptron (#14558) 2019-08-02 16:11:46 -04:00
tree Add Minimal Cost-Complexity Pruning to Decision Trees (#12887) 2019-08-20 09:02:45 -04: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 [MRG] DEP remove threshold_, change contamination, deprecate behaviour in iforest (#13811) 2019-05-22 12:41:47 +10:00
plot_changed_only_pprint_parameter.py DEP change the default of multi_class to 'auto' in logistic regression (#13807) 2019-05-22 09:57:15 -04:00
plot_isotonic_regression.py EXA Readability of plot_isotonic_regression.py for color blind persons (#14154) 2019-06-22 13:03:29 -07: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 EXA Removing redundant parameters assignment in examples (#14360) 2019-07-14 22:26:41 +08:00
plot_multilabel.py MNT Unused imports in examples 2018-10-02 17:12:19 +08:00
plot_multioutput_face_completion.py ENH Add return_X_y to 20_newsgroups and olivetti_faces (#14259) 2019-07-20 10:30:09 +08:00
plot_roc_curve_visualization_api.py FEA Plotting API starting with ROC curve (#14357) 2019-08-08 08:28:17 +08:00

README.txt

.. _general_examples:

Examples
========

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

Miscellaneous and introductory examples for scikit-learn.