timeseriesAI / tsai

Time series Timeseries Deep Learning Machine Learning Python Pytorch fastai | State-of-the-art Deep Learning library for Time Series and Sequences in Pytorch / fastai
https://timeseriesai.github.io/tsai/
Apache License 2.0
5.14k stars 642 forks source link

Does PartchTST work for categorical variables? #863

Open sindhujamadabushi opened 10 months ago

sindhujamadabushi commented 10 months ago

I have dataset with the following columns:

click_time, attributed_time, ip, app, device, os, channel, is_attributed

I am trying to predict [attributed_time, ip, app, device, os, channel, is_attributed] at a particular time in future. Is this possible? The 'attributed_time' is another time component in my dataset and the rest of my features are categorical features.

I appreciate any help/suggestions!