scikit-learn/examples
Thomas J. Fan f286e27798
DOC Fixes failing examples (#18180)
2020-08-18 08:52:41 +02:00
..
applications MNT Replaces numpy alias with builtin typse (#17687) 2020-06-24 16:51:51 +02:00
bicluster MNT Make modules private in sklearn.datasets (#15307) 2019-10-27 17:17:23 -04:00
calibration DOC improve model evaluation a bit (#18166) 2020-08-17 07:55:57 -04:00
classification DOC Amend plot_digits_classification.py to use notebook style (#17016) 2020-05-20 16:09:59 +02:00
cluster MNT Replaces numpy alias with builtin typse (#17687) 2020-06-24 16:51:51 +02:00
compose MNT define a parse_version function in sklearn.utils.fixes (#17670) 2020-06-24 13:35:49 +02:00
covariance DEP deprecate grid_score_ and cv_alphas_ in GraphicalLassoCV (#16392) 2020-07-09 11:14:02 +02:00
cross_decomposition DOC Add example comparing PCR and PLS (#17151) 2020-08-11 14:46:33 -07:00
datasets DOC Fix links and clarify plot_random_dataset.py (#17150) 2020-05-08 19:15:10 -04:00
decomposition [MRG] varimax rotation for factor analysis (#11064) 2020-07-05 21:29:08 +02:00
ensemble DOC make warning more obvious in example regarding feature importance (#18024) 2020-07-30 13:19:06 +02:00
exercises MNT Replaces numpy alias with builtin typse (#17687) 2020-06-24 16:51:51 +02:00
feature_selection DOC Update plot_permutation_test_for_classification.py (#17385) 2020-07-31 11:34:15 +02:00
gaussian_process DOC Fixes failing examples (#18180) 2020-08-18 08:52:41 +02:00
impute MNT Replaces numpy alias with builtin typse (#17687) 2020-06-24 16:51:51 +02:00
inspection EXA add compatibility with scipy 1.5 (#17695) 2020-06-24 12:35:30 +02:00
linear_model DOC Fixes failing examples (#18180) 2020-08-18 08:52:41 +02:00
manifold MNT Replaces numpy alias with builtin typse (#17687) 2020-06-24 16:51:51 +02:00
miscellaneous DOC Fix mpl in plot_partial_dependence_visualization_api (#18109) 2020-08-06 15:04:00 -04:00
mixture DOC Fixes hard coded title in gmm selection example plot (#17418) 2020-08-07 21:10:32 +02:00
model_selection [MRG] Add Detection Error Tradeoff (DET) curve classification metrics (#10591) 2020-08-16 11:34:37 +02:00
multioutput DOC Fix warnings about references and links (#14976) 2019-09-23 11:49:08 -04:00
neighbors EXA Improves contour boundaries for K-Nearest Neighbors (#17580) 2020-08-07 12:17:24 +02:00
neural_networks EXA Improve the alphas values in MLP example (#17880) 2020-07-10 12:39:37 +02:00
preprocessing DOC Removes FunctionTransformer example (#17318) 2020-06-25 14:27:38 +02:00
release_highlights EXA Avoid redundant numpy imports in plot_release_highlights.py (#17903) 2020-07-11 21:15:15 +02:00
semi_supervised CLN Uses public API instead of deprecated modules in examples (#15390) 2019-10-29 10:59:02 +08:00
svm Fix SVs computation (#17405) 2020-07-01 12:33:31 -04:00
text DOC simpler block delimitation in sphinx-gallery examples (#17068) 2020-06-08 23:23:14 -04:00
tree DOC simpler block delimitation in sphinx-gallery examples (#17068) 2020-06-08 23:23:14 -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 DOC Make release highlights the first gallery section (#16952) 2020-04-27 11:23:15 -04:00
plot_scalable_poly_kernels.py FEA Add PolynomialCountSketch to Kernel Approximation module (#13003) 2020-08-18 08:44:20 +02:00

README.txt

.. _general_examples:

Examples
========