scikit-learn/examples
Nicolas Hug ad6fc80425
DOC fix indentation in cv parameter description (#17161)
2020-05-08 16:03:43 -04:00
..
applications DOC replace boston dataset in example plot_outlier_detection (#16687) 2020-03-24 09:18:41 +01:00
bicluster MNT Make modules private in sklearn.datasets (#15307) 2019-10-27 17:17:23 -04:00
calibration MAINT Removed redundant parameters of 2 classes (#14796) 2019-09-09 20:04:55 -04:00
classification ENH Adds plot_confusion matrix (#15083) 2019-11-14 14:43:54 +01:00
cluster FIX overlapping titles in plot example 2020-03-03 16:18:15 -08:00
compose ENH Adds HTML visualizations for estimators (#14180) 2020-04-30 08:31:58 +10: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 MNT Use Vt instead of V as returned by svd() (#17100) 2020-05-05 19:52:07 +02:00
ensemble DOC Fix wording, typo in plot_voting_regressor.py (#16895) 2020-04-14 11:27:00 +02:00
exercises DOC return_X_y for load diabetes (#14762) 2019-08-24 23:17:01 -04:00
feature_selection DOC Use default colors (#16808) 2020-04-01 07:52:23 +11:00
gaussian_process DOC Fix various sphinx warnings. (#15692) 2019-11-21 18:34:16 -05:00
impute DOC Exchanging Boston for california dataset in plot missing values (#16513) 2020-04-27 20:25:24 -04:00
inspection DOC wording in linear model interpretation example (#16680) 2020-03-13 09:52:17 +01:00
linear_model EXA Remove stray executable flag from example (#17116) 2020-05-03 23:30:02 +02:00
manifold EXA/MAINT Simplify code in manifold learning example (#15949) 2019-12-26 13:02:31 +01:00
miscellaneous DOC Remove unnecessary comment (#17091) 2020-04-30 10:59:44 -04:00
mixture DOC spelling fixes (#16247) 2020-01-28 12:52:17 +11:00
model_selection DOC fix indentation in cv parameter description (#17161) 2020-05-08 16:03:43 -04:00
multioutput DOC Fix warnings about references and links (#14976) 2019-09-23 11:49:08 -04:00
neighbors EXA/FIX logsumexp import in plot_nca_illustration.py example (#16732) 2020-03-20 21:02:05 +01:00
neural_networks DOC Fixed Plot Mnist Example (#16200) 2020-04-17 11:32:15 -04:00
preprocessing MAINT Deprecate all of utils.testing except all_estimators (#15367) 2019-10-28 17:28:56 +01:00
release_highlights DOC highlights improvements re estimator visualisation (#17136) 2020-05-07 11:30:13 +02:00
semi_supervised CLN Uses public API instead of deprecated modules in examples (#15390) 2019-10-29 10:59:02 +08: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 [DOC] fix syntax error for reference in plot_cost_complexity_pruning.py (#15423) 2019-11-01 06:55:18 +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 DOC Make release highlights the first gallery section (#16952) 2020-04-27 11:23:15 -04:00

README.txt

.. _general_examples:

Examples
========