Kaixu Yang
Kaixu Yang
Thanks for raising this issue! We will look into this issue. On the first look it seems this is with the Windows system.
Hi @CarloNicolini you could specify `model_components_param.custom["min_admissible_value"] = 0` so that any value less than 0 will be clipped at 0.
Hi @iampauladdai what is you `holidays` package version? You could check it by `pip show holidays`. If it is 0.25 or higher, could you install `holidays==0.24`? (BTW if you are...