facebook/prophet

Cross validation with other forecasts as regressors

Open

#442 geöffnet am 13. Feb. 2018

Auf GitHub ansehen
 (4 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Python (4.451 Forks)batch import
enhancementhelp wanted

Repository-Metriken

Stars
 (17.686 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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.

Contributor Guide