scikit-learn/examples/preprocessing
Tom Dupré la Tour e2b6240310 Merge branch 'master' into 9342
Conflicts:
	sklearn/preprocessing/data.py
	sklearn/preprocessing/tests/test_data.py
2018-06-14 18:06:29 +02:00
..
README.txt DOC minor sphinx fixes 2015-06-04 16:29:19 -04:00
plot_all_scaling.py [MRG+1] Support minimal dependencies in examples (#10351) 2018-01-08 21:36:28 +01:00
plot_discretization.py [MRG+2] discrete branch: add an example for KBinsDiscretizer (#10192) 2017-11-27 22:44:32 +08:00
plot_discretization_classification.py DOC add a second example for KBinsDiscretizer (#10195) 2017-11-28 09:41:31 +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 [MRG+1] ENH Add standardize flag to PowerTransformer (#10316) 2017-12-14 11:22:27 +01:00
plot_scaling_importance.py MAINT Fixing Typos (#11017) 2018-04-24 09:32:25 +10:00

README.txt

.. _preprocessing_examples:

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

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