yfzhang114 / OneNet

This is an official PyTorch implementation of the NeurIPS 2023 paper 《OneNet: Enhancing Time Series Forecasting Models under Concept Drift by Online Ensembling》
94 stars 15 forks source link

The dataset division of ETTm1 #7

Open LiuYasuo opened 6 months ago

LiuYasuo commented 6 months ago

I notice that ETTm1 is divided in the same way as ETTh2 in your code and FSNet. However, the observations of them are recorded hourly and in 15-minutes intervals respectively, which means you only used a quarter of the data from ETTm1 for your experiment. I think that's unreasonable.

BLEXI3864U)15V9L3R%)IBM

ooooooover commented 6 months ago

I notice that ETTm1 is divided in the same way as ETTh2 in your code and FSNet. However, the observations of them are recorded hourly and in 15-minutes intervals respectively, which means you only used a quarter of the data from ETTm1 for your experiment. I think that's unreasonable.

BLEXI3864U)15V9L3R%)IBM

Does that mean fsnet has the same problem?