I noticed problems of convergence for the Prophet algorithm when your date column, the ds column, is not properly ordered. How could this be explained?
Asked
Active
Viewed 82 times
1 Answers
0
Yes, as of the date of this answer, the Prophet algorithm, as implemented in the R language, does require your date field to be correctly ordered from earlier dates to later ones. Otherwise, the algorithm will have problems when converging toward a solution and it may simply output an error.

Luca Massaron
- 1,734
- 18
- 25