hi all, has anyone got a clear example of using Au...
# general
a
hi all, has anyone got a clear example of using AutoArima.forward ?( to apply existing model to other time series). I've been trying to following with no success: from statsforecast import * ARIMA_new = StatsForecast( models = [AutoARIMA(season_length=12)], freq = 'M', n_jobs = 1 ) ARIMA_new = ARIMA_new.fit(y=new_df)
a
Hi Adi. DM me, i think I can help you with AutoArima 🙂