MGitHubL/MNCI

about dataset time information

NameIsAlreadyTakenY opened this issue · 1 comments

A very meaningful research!

And here is a question about the data set time information. Why is the data set time provided in the range of 0 to 1? How do you preprocess it?

It would be easy to follow your work! Thank you

Different raw data sets have different time sizes, and for easy training, we simply normalize the time. For example, (max_time - current_time) / (max_time - min_time), there are also many ways to do this.