Join Slack
Powered by
This message was deleted.
# general
s
Slackbot
07/21/2023, 6:04 PM
This message was deleted.
k
Kevin Kho
07/21/2023, 6:11 PM
This is probably because there is a check for
isinstance(int)
but these are
nump.int64.
You can fix this by casting d, q, and p to int.
arima_p = [int(x) for x in np.arange(3)]
💯 1
c
Conrado Mco
07/21/2023, 6:23 PM
That's right, thank you!
Open in Slack
Previous
Next