gzerveas / mvts_transformer

Multivariate Time Series Transformer, public version
MIT License
718 stars 169 forks source link

inquiry on putting timestamp value on the dataset #65

Closed harrykwon0524 closed 7 months ago

harrykwon0524 commented 7 months ago

Hello @gzerveas, I wanted to ask you regarding putting certain value on the dataset such as timestamp data ( ex) '2018-02-14|08:00:02) would be allowed when running the training/pretraining+fine-tuning. Currently i have that data as inverted into an integer. I saw the dataset site that you have used frequently for the classification and it seems like the most of the dataset there do not have such timestamp data as i stated above. Do you believe it is ok to put timestamp data like the one i gave as an example or is it recommended to just use it as an integer/real values? Your answer would be greatly apprecited. Thank you