hello there!!
I have been facing an issue on building a ARIMA model.
Everytime I run AR and MA models they work well.
But When I run the combined ARIMA model like
model = ARIMA(ts_log, order = (2,1,2))
My Jupyter notebook Kernel DIES.
Help please!!
1 post - 1 participant