mims-harvard / UniTS

A unified multi-task time series model.
https://zitniklab.hms.harvard.edu/projects/UniTS/
MIT License
411 stars 53 forks source link

Validation set #18

Closed nooshinmaghsoodi closed 4 months ago

nooshinmaghsoodi commented 4 months ago

It seems that you use test data as your validation set. Is it true? If it is the case, could you please what is the reason?

gasvn commented 4 months ago

We follow the common settings of other time series works, becuase not all datasets have the val set. Also, we didn't pick the best results based on the evaluation of the testing set. Instead, we train the model for a fixed number of epochs and report the results of last epoch.

nooshinmaghsoodi commented 4 months ago

Thank you!