Prophet 时间序列预测

应用:
用于预估 具有分段走向(piecewise trends)、多周期及弹性假期(floating holiday),人口走势,磁盘容量,页面访问量,货物库存,存货周期性等

Prophet
https://facebook.github.io/prophet/
https://facebook.github.io/prophet/docs/contributing.html

Prophet 安装-各种坑都是 版本不匹配导致的
我再 redhat=4.8.5, python=3.5.2, pystan=2.18, fbprophet=0.4
安装就会报错 “WARNING:pystan:No module named ‘stanfit4anon_model_9c941523472e65f75f241e35a8769919_4289282227191412751’ WARNING:pystan:Something went wrong while unpickling the StanModel. Consider recompiling.”, 运行 fit()时报错,解决办法,回退 fbprophet 版本到 0.3.post2, 问题解决

!pip install --upgrade --force-reinstall --no-cache fbprophet==0.3.post2
!pip list …
numpy 1.15.4
pystan 2.18.0.0
fbprophet 0.3.post2

中文
https://blog.csdn.net/anshuai_aw1/article/details/83412058

腾讯工程 - 基于Prophet的时间序列预测
https://zhuanlan.zhihu.com/p/33189135

猜你喜欢

转载自blog.csdn.net/csiao_Bing/article/details/85244640