I am trying to train Facebook's prophet on timeseries data. Data I used, one column named ds and another y
During fitting however I get this error first :
followed by
Does anyone know why this is the case? Thanks!
I tried searching for the problem online and could not find a solution. I tried installing cmdstanpy version 0.9.5 and reinstalling prophet but it did not work so I am a bit stuck. I am running python 3.7.12 version.