0

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?

merv
  • 67,214
  • 13
  • 180
  • 245
Luca Massaron
  • 1,734
  • 18
  • 25

1 Answers1

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