scikit-learn/examples/preprocessing
Guillaume Lemaitre ae2ccbf69a
MAINT fix FutureWarning raised by scikit-learn in examples (#27442)
2023-09-25 15:53:14 +02: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 fix FutureWarning raised by scikit-learn in examples (#27442) 2023-09-25 15:53:14 +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 DOC Rework outlier detection estimators example (#25878) 2023-09-11 18:26:17 +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.