scikit-learn/sklearn/preprocessing
Alexandre Gramfort acdaeaf5dd Merge pull request #6606 from tkamishima/tkamishima_one_hot_encoder_parameter_checking
[MRG] type checking before comparison, to avoid warning messages, in preprocessing.OneHotEncoder
2016-03-31 22:33:55 +02:00
..
tests Test normalize function in data.py 2016-03-26 10:38:29 +08:00
__init__.py DOC/MAINT final touches to FunctionTransformer 2015-08-03 22:12:19 +02:00
_function_transformer.py Implemented keyword arguments in FunctionTransformer 2015-12-19 23:00:35 -05:00
data.py Merge pull request #6606 from tkamishima/tkamishima_one_hot_encoder_parameter_checking 2016-03-31 22:33:55 +02:00
imputation.py Fix misuse of it's 2016-02-26 10:16:28 +08:00
label.py LabelBinarizer single label case now works for sparse and dense case 2016-03-21 10:43:56 +05:30