scikit-learn/sklearn/preprocessing
Olivier Grisel a207c7007f Use a RuntimeError instead of a warning to avoid raising a ValueError randomly later 2013-10-16 14:15:21 +02:00
..
tests FIX issue #1993: passing a multilabel indicator is no more noop 2013-09-16 13:40:26 +02:00
__init__.py MISC: deprecate balance_weights (it's internal) 2013-07-29 03:06:58 +02:00
_weights.py MISC: deprecate balance_weights (it's internal) 2013-07-29 03:06:58 +02:00
data.py FIX/ENH make StandardScaler convert int input to float and warn about it, instead of warning and rounding for dense and crashing for sparse. 2013-07-27 15:19:32 +02:00
imputation.py DOC+COSMIT: typos, lots of them 2013-09-13 16:29:42 +02:00
label.py Use a RuntimeError instead of a warning to avoid raising a ValueError randomly later 2013-10-16 14:15:21 +02:00