facebook/prophet

Cross validation with other forecasts as regressors

Open

#442 ouverte le 13 févr. 2018

Voir sur GitHub
 (4 commentaires) (0 réactions) (0 assignés)Python (4 451 forks)batch import
enhancementhelp wanted

Métriques du dépôt

Stars
 (17 686 stars)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

Description

If we have other time series as regressors that are being forecasted using Prophet, then cross validation should also forecast those regressors. Right now it would use the true future values which would typically underestimate forecast error.

Guide contributeur