scikit-learn/examples/preprocessing
Nicolas Hug 2d232acdeb [MRG] Add Yeo-Johnson transform to PowerTransformer (#11520) 2018-07-20 22:32:12 +02:00
..
README.txt DOC minor sphinx fixes 2015-06-04 16:29:19 -04:00
plot_all_scaling.py [MRG] Add Yeo-Johnson transform to PowerTransformer (#11520) 2018-07-20 22:32:12 +02:00
plot_discretization.py [MRG+2] Implement two non-uniform strategies for KBinsDiscretizer (discrete branch) (#11272) 2018-07-10 09:29:56 +10:00
plot_discretization_classification.py [MRG] Fix plot_svm_scale_c.py and plot_discretization_classification.py not to use deprecated plt api (#11586) 2018-07-17 15:48:09 -05:00
plot_discretization_strategies.py [MRG+2] Implement two non-uniform strategies for KBinsDiscretizer (discrete branch) (#11272) 2018-07-10 09:29:56 +10:00
plot_function_transformer.py DOC Modify documentation/examples for the new model_selection module 2015-10-29 16:49:23 +01:00
plot_map_data_to_normal.py [MRG] Add Yeo-Johnson transform to PowerTransformer (#11520) 2018-07-20 22:32:12 +02: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.