https://github.com/nixtla logo
a

Adrian Muntean

03/06/2023, 10:03 PM
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

Andrei Tulbure

03/07/2023, 11:27 AM
Hi Adi. DM me, i think I can help you with AutoArima 🙂