scikit-learn/examples/preprocessing
Anne Beyer 59335ca673
MNT Deprecate `multiclass_colors` in favour of `label_colors` in `DecisionBoundaryDisplay` (#34092)
2026-06-10 14:19:57 +10:00
..
README.txt
plot_all_scaling.py CLN replace authors with the standard line (#29250) 2024-06-17 17:57:02 +00:00
plot_discretization.py Fix FutureWarning in doc (#30790) 2025-02-08 22:36:19 -05:00
plot_discretization_classification.py Fix FutureWarning in doc (#30790) 2025-02-08 22:36:19 -05:00
plot_discretization_strategies.py DOC: Fix typos in the scikit-learn Examples (#32241) 2025-09-23 13:14:28 +02:00
plot_map_data_to_normal.py CLN replace authors with the standard line (#29250) 2024-06-17 17:57:02 +00:00
plot_scaling_importance.py MNT Deprecate `multiclass_colors` in favour of `label_colors` in `DecisionBoundaryDisplay` (#34092) 2026-06-10 14:19:57 +10:00
plot_target_encoder.py DOC: Clarify recommended usage of fit_transform() vs fit().transform() in TargetEncoder (#32347) 2025-10-23 17:15:35 +02:00
plot_target_encoder_cross_val.py MNT Deprecate `shuffle` and `random_state` params from `TargetEncoder` (#33453) 2026-03-10 18:10:10 +01:00

README.txt

.. _preprocessing_examples:

Preprocessing
-------------

Examples concerning the :mod:`sklearn.preprocessing` module.