scikit-learn/sklearn/preprocessing
Loïc Estève 67dcd99d82 TST fix tests with numpy 1.6.1
np.bincount raises an Exception with empty input arrays for numpy versions < 1.6.2
Add utils.fixes.bincount to tackle this issue and use it instead of np.bincount
2015-02-01 15:49:49 +01:00
..
tests TST Add test to check if ValueError is raised if input contains NaN 2015-01-16 19:13:31 +05:30
__init__.py MAINT remove deprecated code from preprocessing 2014-07-22 15:57:18 +02:00
_weights.py TST fix tests with numpy 1.6.1 2015-02-01 15:49:49 +01:00
data.py TST fix tests with numpy 1.6.1 2015-02-01 15:49:49 +01:00
imputation.py MAINT Make uniform the error raised for not fitted condition 2015-01-12 00:33:40 +05:30
label.py add 'MultiLabelBinarizer' to __all__ 2015-01-02 22:44:21 +01:00