hanlu-nju/channel_independent_MTSF

custom dataset?

luoolu opened this issue · 3 comments

luoolu commented

how to use cumstom dataset

To use a customized dataset, you can arrange the data in CSV format. The index column should be named "date", representing the timestamp. The following columns represent the value of multiple channels. Then, set the following arguments : --data custom --root_path [directory/to/datafile] --data_path [datafile.csv]

luoolu commented

thanks

luoolu commented

how to infenrence or predict the next data out of the dataset?