NasreddineD
NasreddineD
> > Forecast Error > > Forecast Bias > > %MAE > > %RMSE > > Looks like all these suggested forecasting metrics have already been implemented. @akhilnathe, I must...
> > @akhilnathe, I must have missed it :(. Can you tell me for each one how it is named in sktime, in order to find it. > > Thank...
Hi, The article is freely accessible if you haven't used the website too much or with private browsing activated it should work. Anyway, I will put the screenshots of the...
Hi, I actually have the same issue when adding exogenous data. But no error with the exact same code without exogenous data. So the issue could be reopen please? Thank...
Hi @FedericoGarza, please find below the code: `sf = StatsForecast( models = models, freq='MS', n_jobs=-1, verbose= True )` `crossvalidation_df = sf.cross_validation( df=df_ts, # df_ts containing Exogenous data h=24, step_size=1, n_windows=100...
Hi @jmoralez, My request was referring to this request (https://nixtlacommunity.slack.com/archives/C05CAFHU8TX/p1695115672015549?thread_ts=1695115672.015549&cid=C05CAFHU8TX) Answered by @kdgutier Thanks