scikit-learn/examples/preprocessing
futurewarning 7e809dbc32
Fixed feature mapping typo (#25934)
2023-03-22 08:54:44 +01:00
..
README.txt DOC minor sphinx fixes 2015-06-04 16:29:19 -04:00
plot_all_scaling.py Fixed feature mapping typo (#25934) 2023-03-22 08:54:44 +01:00
plot_discretization.py MAINT consistent use of `print(__doc__)` in examples (#21307) 2021-10-22 15:33:22 +02:00
plot_discretization_classification.py ENH Speed up plot_discretization_classification.py (#21661) 2021-11-16 09:40:02 -08:00
plot_discretization_strategies.py MAINT consistent use of `print(__doc__)` in examples (#21307) 2021-10-22 15:33:22 +02:00
plot_map_data_to_normal.py MAINT consistent use of `print(__doc__)` in examples (#21307) 2021-10-22 15:33:22 +02:00
plot_scaling_importance.py DOC Rework Importance of Feature Scaling example (#25012) 2023-01-19 16:48:23 +01:00
plot_target_encoder.py ENH Adds TargetEncoder (#25334) 2023-03-16 16:59:20 +01:00

README.txt

.. _preprocessing_examples:

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

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