scikit-learn/examples/preprocessing
Jérémie du Boisberranger 57a72222da
MAINT Clean up deprecations for 1.5: in KBinsDiscretizer (#28817)
2024-04-11 17:59:05 +00:00
..
README.txt DOC minor sphinx fixes 2015-06-04 16:29:19 -04:00
plot_all_scaling.py DOC fix random_state in several example for reproducibility (#27153) 2023-09-07 11:40:34 +02:00
plot_discretization.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
plot_discretization_classification.py DOC fix random_state in several example for reproducibility (#27153) 2023-09-07 11:40:34 +02:00
plot_discretization_strategies.py MAINT Clean up deprecations for 1.5: in KBinsDiscretizer (#28817) 2024-04-11 17:59:05 +00:00
plot_map_data_to_normal.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
plot_scaling_importance.py Fix typo - "principle" should be "principal". (#27742) 2023-11-08 09:37:47 +01:00
plot_target_encoder.py MAINT Update fetch_openml to use the auto parser by default (#27802) 2023-11-20 11:20:20 +01:00
plot_target_encoder_cross_val.py DOC Improve `plot_target_encoder_cross_val.py` example (#26677) 2023-07-27 09:52:03 -04:00

README.txt

.. _preprocessing_examples:

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

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