scikit-learn/sklearn/preprocessing
Andreas Mueller a2a2d83be4 FIX be robust to obscure callables that are false. 2015-08-03 12:59:41 -04:00
..
tests COMPAT: Makes test_function_transformer py2 compatible. 2015-08-03 11:45:16 -04:00
__init__.py ENH: Renames CallableTransformer -> FunctionTransformer. 2015-08-03 11:45:16 -04:00
_weights.py FIX make StandardScaler & scale more numerically stable 2015-03-23 14:32:33 +01:00
data.py DOC Improve wording in minmax_scale documentation 2015-07-05 18:51:55 +02:00
function_transformer.py FIX be robust to obscure callables that are false. 2015-08-03 12:59:41 -04:00
imputation.py DOC adding backlinks to docstrings 2015-06-03 00:24:04 -04:00
label.py Don't allow negative values for inverse transform, and raise error similar to transform for new labels 2015-07-11 16:17:46 -05:00