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

will it work for multivariate time series classification for example mixture of categorical and continues data #4

Open
Sandy4321 opened this issue Aug 25, 2019 · 1 comment

Comments

@Sandy4321
Copy link

will it work for multivariate time series classification for example mixture of categorical and continues data
for example at time t1 we have observation: red, 2.4 , 5, 12.456 and time t2: green, 3.5, 2, 45.78; time t3: black, 5.6, 7, 23.56; t4: red, 2.1, 5, 12.6 ?

@cjekel
Copy link
Owner

cjekel commented Aug 25, 2019

What's the data type of Red? Currently strings are not supported (and integers are converted to floats).

If you convert the color to RGB floats, where one column is red, another column is green, ... , then it would work in your case.

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

2 participants