79163816

Date: 2024-11-06 18:30:44
Score: 0.5
Natty:
Report link

I was having the exact same error with some fairly simple dataset. Apparently the CRAN version of prophet is pretty outdated. I installed the latest version with:

remotes::install_github('facebook/prophet@*release', subdir = 'R')

After re-running my code, the error simply went away.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Daniel B.G