You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to timeout the auto.arima algorithm if it exceeds certain time limit but it keeps on running until it finishes. Is there any way I can timeout the auto.arima. Following is the code snippet I am executing
`
require(R.utils)
library(forecast)
freq <- 52
forecast_freq <- 13
I am trying to timeout the auto.arima algorithm if it exceeds certain time limit but it keeps on running until it finishes. Is there any way I can timeout the auto.arima. Following is the code snippet I am executing
`
require(R.utils)
library(forecast)
freq <- 52
forecast_freq <- 13
`
The text was updated successfully, but these errors were encountered: