facebook / prophet

Tool for producing high quality forecasts for time series data that has multiple seasonality with linear or non-linear growth.
https://facebook.github.io/prophet
MIT License
18.44k stars 4.53k forks source link

Warn users if `cmdstan` version does not match expected version #2490

Open tehunter opened 1 year ago

tehunter commented 1 year ago

My environment had a version mismatch in cmdstan: the expected version was 2.31.0, but the installed version was 2.32.1 (see #2489). This led to extremely poor forecasting results and lot of time spent trying to tune the model with no improvement. Prophet should warn or error when the cmdstan version does not match the version from the compiled Prophet model.

In python, the cmdstan version can be retrieved from cmdstanpy.show_versions()

donggu-kang commented 1 year ago

If it is true that this issue is affecting the prediction results, I think it should definitely be improved.