scikit-learn/sklearn/preprocessing/tests
MechCoder d71c52929a Handle_unknown option to OneHotEncoder
OneHotEncoder fails with a error that is not helpful if a missing
categorical feature is present during transformation.
Add handle_unknown with an "error" and an "ignore" option.
2014-10-24 13:23:53 +02:00
..
__init__.py Imp splitting of test_preprocessing.py 2013-07-26 17:08:58 +02:00
test_data.py Handle_unknown option to OneHotEncoder 2014-10-24 13:23:53 +02:00
test_imputation.py Replacing the test .todense() methods with .toarray() 2014-05-20 21:44:34 -04:00
test_label.py FIX Support unseen labels LabelBinarizer and test 2014-07-29 16:21:04 +02:00
test_weights.py MISC: deprecate balance_weights (it's internal) 2013-07-29 03:06:58 +02:00