scikit-learn/examples
Shadow_Lu 1a970e8b19
DOC refactor examples/ensemble/plot_forest_iris.py to use DecisionBoundaryDisplay (#34556)
2026-08-03 16:12:18 +00:00
..
applications DOC Add successive halving in some examples (#34247) 2026-06-12 07:37:10 -04:00
bicluster
calibration MNT Fix typos found by typos (#33916) 2026-05-04 16:11:19 +02:00
callbacks DOC gallery example for callback support in custom estimators (#34064) 2026-07-10 18:06:24 +02:00
classification MNT Deprecate `multiclass_colors` in favour of `label_colors` in `DecisionBoundaryDisplay` (#34092) 2026-06-10 14:19:57 +10:00
cluster DOC Refactor plot_kmeans_digits.py to use DecisionBoundaryDisplay (#34515) 2026-07-21 20:22:26 +00:00
compose ENH: Display the number and names of output features (#31937) 2026-04-15 18:52:53 +02:00
covariance DOC Fix broken links (#34491) 2026-07-19 18:07:20 +10:00
cross_decomposition
datasets
decomposition
developing_estimators
ensemble DOC refactor examples/ensemble/plot_forest_iris.py to use DecisionBoundaryDisplay (#34556) 2026-08-03 16:12:18 +00:00
feature_selection
frozen
gaussian_process DOC Use DecisionBoundaryDisplay in plot_gpc_iris (#34509) 2026-07-20 03:52:16 +02:00
impute API Move IterativeImputer outside from experimental (#34214) 2026-06-11 16:21:38 +02:00
inspection CI Update CI lock files [doc build] (#34419) 2026-07-03 18:15:54 +02:00
kernel_approximation
linear_model MNT Deprecate `multiclass_colors` in favour of `label_colors` in `DecisionBoundaryDisplay` (#34092) 2026-06-10 14:19:57 +10:00
manifold
miscellaneous MNT don't use random_state in LogisticRegression unless it has an effect (#34287) 2026-06-17 11:41:00 +05:00
mixture
model_selection MNT Rename `DetCurveDisplay` parameters `estimator_name` and `**kwargs` (#34443) 2026-07-10 22:42:36 -07:00
multiclass
multioutput
neighbors MNT Deprecate `multiclass_colors` in favour of `label_colors` in `DecisionBoundaryDisplay` (#34092) 2026-06-10 14:19:57 +10:00
neural_networks
preprocessing MNT don't use random_state in LogisticRegression unless it has an effect (#34287) 2026-06-17 11:41:00 +05:00
release_highlights CI Update CI lock files [doc build] (#34419) 2026-07-03 18:15:54 +02:00
semi_supervised MNT Deprecate `multiclass_colors` in favour of `label_colors` in `DecisionBoundaryDisplay` (#34092) 2026-06-10 14:19:57 +10:00
svm MNT Deprecate `multiclass_colors` in favour of `label_colors` in `DecisionBoundaryDisplay` (#34092) 2026-06-10 14:19:57 +10:00
text
tree Tree export fill colors (#33810) 2026-06-16 12:25:02 +00:00
README.txt

README.txt

.. _general_examples:

Examples
========

This is the gallery of examples that showcase how scikit-learn can be used. Some
examples demonstrate the use of the :ref:`API <api_ref>` in general and some
demonstrate specific applications in tutorial form. Also check out our
:ref:`user guide <user_guide>` for more detailed illustrations.