test_binarizer
Contents
test_binarizer
#
Module Contents#
Functions#
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- test_binarizer.test_binarizer_integer_param()#
- test_binarizer.test_binarizer_positive_param()#
- test_binarizer.test_binarizer_boolean_param(keep_negative_value)#
- test_binarizer.test_missing_categorical_columns(mixed_features, binary_target)#
- test_binarizer.test_missing_to_exclude_columns(mixed_features, binary_target)#
- test_binarizer.test_detect_categorical_columns(mixed_features, binary_target)#
- test_binarizer.test_not_fitted(mixed_features)#
- test_binarizer.test_different_dataframe(mixed_features, continuous_features, binary_target)#
- test_binarizer.test_number_plateaus(breast_cancer_features, breast_cancer_target, max_plateau)#
- test_binarizer.test_define_categorical_columns(mixed_features, binary_target)#
- test_binarizer.test_define_exclude_columns(mixed_features, binary_target, excluded_columns)#
- test_binarizer.test_keep_negative(breast_cancer_features, breast_cancer_target)#