Open lcrmorin opened 6 months ago
Hi @lcrmorin.
There is a good reason to avoid inferring types directly (although this is done in BinningProcess
for obvious reasons). The main problem occurs when dealing with integer variables, there is no automatic process to distinguish between ordinal and categorical.
I feel like:
For the moment the data type need to be provided manually, accepting 'numerical' or 'categorical', with default being 'numerical'.
For quality of life I would suggest:
Any thoughts on these proposals ?