Skip to content

Issues of reproducing the multi-variate forecasting #8

@yhuanghamu

Description

@yhuanghamu

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

  1. 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.

    if self.features == 'M' or self.features == 'MS':
    cols_data = df_raw.columns[1:]
    df_data = df_raw[cols_data]

  2. Could you share the training scripts for all other data besides the Health?

Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions