awslabs / gluonts

Probabilistic time series modeling in Python
https://ts.gluon.ai
Apache License 2.0
4.57k stars 749 forks source link

Will it work for categorical data? #710

Open Sandy4321 opened 4 years ago

Sandy4321 commented 4 years ago

Description

Will it work for categorical data?

(A clear and concise description of what the feature is.)

References

lostella commented 4 years ago

@Sandy4321 hi, could you please elaborate on your question a bit more?

Sandy4321 commented 4 years ago

for example tabular time series presentation data looks like this: date f1 f2 f3 march1 red 0.3 rose march2 black 4.2 tulip march3 blue 2.8 rose april2 brown 1.7 rose april18 red 1.3 tulip etc some features are categorical and some continuous values each row is the same day

thanks