scikit-learn/examples/preprocessing
Andreas Mueller 9d14f7352e ENH: Renames CallableTransformer -> FunctionTransformer.
Makes `pass_y` an argument to FunctionTransformer to indicate that the
labels should be passed to the wrapped function.
2015-08-03 11:45:16 -04:00
..
README.txt DOC minor sphinx fixes 2015-06-04 16:29:19 -04:00
plot_function_transformer.py ENH: Renames CallableTransformer -> FunctionTransformer. 2015-08-03 11:45:16 -04:00
plot_robust_scaling.py FIX typo in RobustScaler example 2015-05-27 11:18:31 +02:00

README.txt

.. _preprocessing_examples:

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

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