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
is it working for with categorical data ?
do you have example
or maybe categorical values data should be transformed to one hot data and then
data may be considered as continues data?
The text was updated successfully, but these errors were encountered:
To work with categorical data, you need to convert it to ordinal values using "Ordinal Encoding". At least that's what the default example shown in the above link (credit data) works with. I had downloaded the data and found that ordinal encoding was used.
is it working for with categorical data ?
do you have example
or maybe categorical values data should be transformed to one hot data and then
data may be considered as continues data?
The text was updated successfully, but these errors were encountered: