scikit-learn/examples/preprocessing
David Gilbertson 6e7922e48a
DOC Fix typos on plot_all_scalaing page (#23860)
2022-07-08 11:56:09 +02:00
..
README.txt DOC minor sphinx fixes 2015-06-04 16:29:19 -04:00
plot_all_scaling.py DOC Fix typos on plot_all_scalaing page (#23860) 2022-07-08 11:56:09 +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.