Currently, in estimator methods like _check_dictionary_compatibility, numerical types are coerced to categorical types.
However, other type incompatibilities are not coerced and error is raised.
One needs to check whether other coercion cases are possible, viz.:
Description
Currently, in estimator methods like
_check_dictionary_compatibility
, numerical types are coerced to categorical types. However, other type incompatibilities are not coerced and error is raised. One needs to check whether other coercion cases are possible, viz.: