scikit-learn/examples/preprocessing
Dimitri Papadopoulos Orfanos 6ca4970ca2
MAINT Remove encoding declarations: `# -*- coding: utf-8 -*-` (#26467)
2023-05-31 17:26:00 +02:00
..
README.txt DOC minor sphinx fixes 2015-06-04 16:29:19 -04:00
plot_all_scaling.py MAINT Remove encoding declarations: `# -*- coding: utf-8 -*-` (#26467) 2023-05-31 17:26:00 +02:00
plot_discretization.py MAINT Remove encoding declarations: `# -*- coding: utf-8 -*-` (#26467) 2023-05-31 17:26:00 +02:00
plot_discretization_classification.py MAINT Remove encoding declarations: `# -*- coding: utf-8 -*-` (#26467) 2023-05-31 17:26:00 +02:00
plot_discretization_strategies.py MAINT Remove encoding declarations: `# -*- coding: utf-8 -*-` (#26467) 2023-05-31 17:26:00 +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 MAINT Fix typos found by codespell (#26448) 2023-05-31 10:19:21 +02:00
plot_target_encoder.py ENH Adds TargetEncoder (#25334) 2023-03-16 16:59:20 +01:00
plot_target_encoder_cross_val.py MNT Always reset sckit-learn global config in examples (#26340) 2023-05-09 17:52:16 +02:00

README.txt

.. _preprocessing_examples:

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

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