You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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 ?
The text was updated successfully, but these errors were encountered: