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 |
Joe Jevnik
|
cb0916c440
|
ENH: Adds CallableTransformer
CallableTransformer allows a user to convert a standard python callable
into a transformer for use in a Pipeline.
|
2015-08-03 11:45:16 -04:00 |
Andreas Mueller
|
867da316ff
|
DOC minor sphinx fixes
|
2015-06-04 16:29:19 -04:00 |
Olivier Grisel
|
f3b1208811
|
FIX typo in RobustScaler example
|
2015-05-27 11:18:31 +02:00 |
Thomas Unterthiner
|
c12ae6047b
|
Fix documentation errors
|
2015-05-21 15:36:42 +02:00 |
Thomas Unterthiner
|
20c622f819
|
Improved example
|
2015-05-20 22:06:44 +02:00 |
Thomas Unterthiner
|
283d50bb75
|
robust_scaling example
|
2015-05-16 21:53:21 +02:00 |