LTSF-Linear icon indicating copy to clipboard operation
LTSF-Linear copied to clipboard

run_stat results are the same?

Open Jeffrey-JDong opened this issue 2 years ago • 3 comments

Use stat_ model gbrt to test ETTm1 , the test result is a horizontal line。I don't know the reason for this result? Could you give me some information? image

Jeffrey-JDong avatar Feb 21 '23 09:02 Jeffrey-JDong

I am not sure about the reason. But it looks like "Naive Repeat" is used instead of gbrt.

mixiancmx avatar Feb 21 '23 10:02 mixiancmx

thank you for your reply. But i am sure i used gbrt.

Jeffrey-JDong avatar Feb 22 '23 01:02 Jeffrey-JDong

Sorry, I tried the code and got the same output as you. I basically followed some tutorials to write gbrt. Since that part is not used in our paper, I didn't carefully check the implementation of gbrt. The implementation is in lines 98~99 of stats_model.py. I will try to fix it these days.

mixiancmx avatar Mar 07 '23 03:03 mixiancmx