scikit-learn/examples/preprocessing
Guillaume Lemaitre 69eb4d4678 [MRG] DEP change default and deprecate iid in SearchCV (#13834) 2019-05-09 14:26:05 +02:00
..
README.txt DOC minor sphinx fixes 2015-06-04 16:29:19 -04:00
plot_all_scaling.py MNT remove __future__ imports (#12791) 2019-02-02 22:05:06 +08: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] DEP change default and deprecate iid in SearchCV (#13834) 2019-05-09 14:26:05 +02: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 EXA Fix several DeprecationWarning: invalid escape sequence in examples (#12924) 2019-01-05 12:22:36 +08:00
plot_scaling_importance.py MNT remove __future__ imports (#12791) 2019-02-02 22:05:06 +08:00

README.txt

.. _preprocessing_examples:

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

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