scikit-learn/examples/preprocessing
Eric Chang 62e9bb8def Feature: Implement PowerTransformer (#10210) 2017-12-06 08:29:10 +11:00
..
README.txt DOC minor sphinx fixes 2015-06-04 16:29:19 -04:00
plot_all_scaling.py Feature: Implement PowerTransformer (#10210) 2017-12-06 08:29:10 +11:00
plot_function_transformer.py DOC Modify documentation/examples for the new model_selection module 2015-10-29 16:49:23 +01:00
plot_power_transformer.py Feature: Implement PowerTransformer (#10210) 2017-12-06 08:29:10 +11:00
plot_scaling_importance.py DOC add example regarding feature scaling (#7912) 2017-02-14 00:27:19 +11:00

README.txt

.. _preprocessing_examples:

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

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