Open DanielSunHub opened 3 years ago
Hmm if you set parallel=None
, does it run? I can double check whether the parallelization is bugged or not, but sometimes it's dependant on the machine.
I second this problem. I have been debugging, and can confirm that the problem is still there with or without parallel=None
.
It happened for a particular set of parameters, i.e. given that everything stay the same, in my case, when I change the seasonality_prior_scale to 0.1, instead of 0.01 previously, then this happened. There is no error, so I don't know what is going on.
I also want to point out that this happened to me when running on AWS EC2, or Sagemaker Studio, but cross_validation was successful on my M1 Macbook Pro, given the same data and parameters.
@DanielSunHub Can you check the value of the horizon, if the horizon is negative, this can happen.
I can consistently produce this bug. Although as I mentioned, it only happened when I ran on an AWS EC2. Can I privately provide the data so that you can debug this issue @tcuongd ?
A bug occurred when I used automatic parameter training,When df is input cross_validation ,the fit process unresponsive
I can only forcibly stop the program, but I didn't find any errors,stuck in “ df_cv”row
code:
def prophetModelEvaluation(predictStartDate, df, all_params):