-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
We are trying to reproduce the results in this paper Time-MMD: Multi-Domain Multimodal Dataset for Time Series Analysis, but ran into some issues in the codebase.
Wonder if you could
-
fix the multi variate forecasting. It seems like the Dataset_Custom data loader cannot correctly load the data since a few colums are not numerical data.
MM-TSFlib/data_provider/data_loader.py
Lines 77 to 79 in e53ecf2
if self.features == 'M' or self.features == 'MS': cols_data = df_raw.columns[1:] df_data = df_raw[cols_data] -
Could you share the training scripts for all other data besides the Health?
Thanks
Metadata
Metadata
Assignees
Labels
No labels