KhiopsML / khiops-python

The Python library of the Khiops AutoML suite
https://khiops.org
BSD 3-Clause Clear License
10 stars 1 forks source link

Inventory Khiops Type Coercion Cases and Implement Sklearn-Side Policy Accordingly #232

Closed popescu-v closed 1 week ago

popescu-v commented 3 months ago

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.:

folmos-at-orange commented 3 months ago

Possibly not a problem:

popescu-v commented 1 week ago

This is already handled inherently.