scikit-learn/examples/preprocessing
Tyler Lanigan eb9fe80e50 DOC add example regarding feature scaling (#7912)
also add load_wine to datasets
2017-02-14 00:27:19 +11:00
..
README.txt DOC minor sphinx fixes 2015-06-04 16:29:19 -04:00
plot_function_transformer.py DOC Modify documentation/examples for the new model_selection module 2015-10-29 16:49:23 +01:00
plot_robust_scaling.py Fixed transformation of test set via RobustScaler in plot_robust_scaling.py 2015-11-12 16:30:21 +01: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.