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?
the orders are as below.
sarima_order = (11,1,1)
seasonal_order=(6,0,0,228)