mirror of
https://github.com/saymrwulf/prophet.git
synced 2026-06-01 23:30:43 +00:00
Minor typo (#2224)
This commit is contained in:
parent
828dbeefe5
commit
2a042cbca7
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue