scikit-learn/examples/preprocessing
Stefanie Senger ecd7f6cef6
MNT Deprecate `shuffle` and `random_state` params from `TargetEncoder` (#33453)
2026-03-10 18:10:10 +01:00
..
README.txt
plot_all_scaling.py
plot_discretization.py
plot_discretization_classification.py
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
plot_scaling_importance.py MNT Remove LogisticRegressionCV FutureWarning from examples (#32795) 2025-11-26 09:10:05 +00: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.