facebook/prophet

Cross validation with other forecasts as regressors

Open

#442 opened on Feb 13, 2018

View on GitHub
 (4 comments) (0 reactions) (0 assignees)Python (4,451 forks)batch import
enhancementhelp wanted

Repository metrics

Stars
 (17,686 stars)
PR merge metrics
 (No merged PRs in 30d)

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.

Contributor guide