From 2a042cbca733a0160531b504eb60fee72b27628a Mon Sep 17 00:00:00 2001 From: Arturo <47676848+ArturoSbr@users.noreply.github.com> Date: Sun, 4 Sep 2022 14:12:06 -0500 Subject: [PATCH] Minor typo (#2224) --- docs/_docs/diagnostics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_docs/diagnostics.md b/docs/_docs/diagnostics.md index 5a1899e..bc382f7 100644 --- a/docs/_docs/diagnostics.md +++ b/docs/_docs/diagnostics.md @@ -17,7 +17,7 @@ subsections: -Prophet includes functionality for time series cross validation to measure forecast error using historical data. This is done by selecting cutoff points in the history, and for each of them fitting the model using data only up to that cutoff point. We can then compare the forecasted values to the actual values. This figure illustrates a simulated historical forecast on the Peyton Manning dataset, where the model was fit to a initial history of 5 years, and a forecast was made on a one year horizon. +Prophet includes functionality for time series cross validation to measure forecast error using historical data. This is done by selecting cutoff points in the history, and for each of them fitting the model using data only up to that cutoff point. We can then compare the forecasted values to the actual values. This figure illustrates a simulated historical forecast on the Peyton Manning dataset, where the model was fit to an initial history of 5 years, and a forecast was made on a one year horizon.