0

My time series has a frequency of 5 minutes, and every 24 hours it has a seasonality so s=288. I tried to run SARIMAX with s=288, but it's too big and the computer can't hold it up. Is there other ways to get this seasonality counted while running an model?

enter image description here

enter image description here

the orders are as below.

sarima_order = (11,1,1)  
seasonal_order=(6,0,0,228)
한유림
  • 1
  • 1

0 Answers0