scikit-learn/examples/preprocessing
Lucy Liu 8f63882bb4
DOC Improve `plot_target_encoder_cross_val.py` example (#26677)
2023-07-27 09:52:03 -04:00
..
README.txt DOC minor sphinx fixes 2015-06-04 16:29:19 -04:00
plot_all_scaling.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +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 MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
plot_discretization_strategies.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02: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 MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
plot_target_encoder.py DOC Improve target encoder User Guide (#26643) 2023-06-23 10:28:54 +02: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.