scikit-learn/examples
smujjiga ab4089edc9 EXA Fix order of arguments in classification_report (#15279) 2019-10-21 00:06:30 +02:00
..
applications MNT make files private in sklearn.svm (#15165) 2019-10-18 16:18:33 -04:00
bicluster MNT make files private for cluster module (#14948) 2019-10-14 12:29:08 -04:00
calibration MAINT Removed redundant parameters of 2 classes (#14796) 2019-09-09 20:04:55 -04: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 EXA Fix order of arguments in classification_report (#15279) 2019-10-21 00:06:30 +02: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 DOC Link items explictly (#14817) 2019-09-05 11:37:05 +02:00
decomposition DOC Fix warnings about references and links (#14976) 2019-09-23 11:49:08 -04:00
ensemble FEA: Stacking estimator for classification and regression (#11047) 2019-09-19 06:06:33 +10:00
exercises DOC return_X_y for load diabetes (#14762) 2019-08-24 23:17:01 -04: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 FEA Adds KNNImputer (#12852) 2019-09-04 09:08:59 +10:00
inspection [MRG] DOC Lines up features in permutation importance example (#15292) 2019-10-19 23:30:23 +11:00
linear_model DOC return_X_y for load diabetes (#14762) 2019-08-24 23:17:01 -04: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 FEA Implements log-uniform random variable (#11232) 2019-10-02 13:56:24 +02:00
multioutput DOC Fix warnings about references and links (#14976) 2019-09-23 11:49:08 -04:00
neighbors DOC Sphinx Unexpected unindent warnings (#15130) 2019-10-04 10:56:32 -04:00
neural_networks MAINT Remove redundant parameters in examples (#14792) 2019-08-24 22:53:18 -04:00
preprocessing EXA Removing redundant parameters assignment in examples (#14360) 2019-07-14 22:26:41 +08:00
release_highlights DOC Adds currentmodule into release highlights (#15267) 2019-10-16 14:00:42 +02:00
semi_supervised DOC Fix warnings in examples (#12654) 2019-01-17 21:41:13 +11:00
svm removed redundant tol paramtere from examples (#14765) 2019-08-24 17:51:47 -04:00
text DOC Reorganize document classification example into subsections (#14775) 2019-08-26 16:51:34 -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 DOC Change default dataset for `plot_johnson_lindenstrauss_bound.py` (#14787) 2019-09-14 17:40:21 -04:00
plot_kernel_approximation.py DOC Reorganize example plot_kernel_approximation (#14790) 2019-08-27 13:37:30 +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_partial_dependence_visualization_api.py FEA Adds Plotting API to Partial Dependence (#14646) 2019-09-20 11:03:00 +02: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.