Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to work with categorical values data #33

Open
Sandy4321 opened this issue Jan 3, 2020 · 3 comments
Open

how to work with categorical values data #33

Sandy4321 opened this issue Jan 3, 2020 · 3 comments

Comments

@Sandy4321
Copy link

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?

@anilkumarpanda
Copy link

anilkumarpanda commented Mar 27, 2020

It works with both numerical and categorical variables. Refer this example.

@Sandy4321
Copy link
Author

Great
Thanks
What is about time series
Do you have example code pls

@anirarrow
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants