scikit-learn/examples/preprocessing
Paul 35af6dc808
EXA Improve example Importance of Feature Scaling (#21630)
Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>
2021-11-26 14:56:25 -05:00
..
README.txt DOC minor sphinx fixes 2015-06-04 16:29:19 -04:00
plot_all_scaling.py MAINT consistent use of `print(__doc__)` in examples (#21307) 2021-10-22 15:33:22 +02: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 EXA Improve example Importance of Feature Scaling (#21630) 2021-11-26 14:56:25 -05:00

README.txt

.. _preprocessing_examples:

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

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