Informer2020 icon indicating copy to clipboard operation
Informer2020 copied to clipboard

Set freq to 15min

Open ricokoff opened this issue 2 years ago • 6 comments

Hi,

I am trying to run the model with a custom dataset, which has a 15min timeframe. However, if I set --freq = '15min' or --freq = '15t', I get the following error: "KeyError: '15min'" (or "KeyError: '15t'". How can I set the frequency such that it can handle 15 min data?

ricokoff avatar Jul 12 '22 12:07 ricokoff

Could you please provide a sample of the dataset, it may help us locate the problem.

zhouhaoyi avatar Jul 26 '22 09:07 zhouhaoyi

I am currently using this dataset BTC_USD_BITSTAMP_15m.csv

ricokoff avatar Jul 26 '22 09:07 ricokoff

Hey folks, same issue.. I don't know how to use 15min as my freq...

I am currently using this dataset BTC_USD_BITSTAMP_15m.csv

Hey folks, same issue.. I don't know how to use 15min as my freq...

zzzertion avatar Aug 03 '22 21:08 zzzertion

@zhouhaoyi I was wondering if you located the problem already. If you need other data please let me know.

ricokoff avatar Aug 11 '22 10:08 ricokoff

@ricokoff @zzzertion Set args.detail_freq = '15min' in line 90, main_informer.py. And feed --freq t when run the model. Or you can set args.freq = 't' and leave the parameter --freq.

ethanZh0515 avatar Aug 29 '22 08:08 ethanZh0515

You can feed --freq 15t when run the model.

MountVoom avatar Sep 06 '22 08:09 MountVoom