标签: python scipy time-series non-linear-regression facebook-prophet
我正在研究与时间序列一起使用的最佳方法。 FBprophet(Python)似乎是一个很好的选择。
为先知准备时间序列我正考虑在最后使用boxcox和inv_boxcox
from fbprophet import Prophet from scipy.stats import boxcox from scipy.special import inv_boxcox
非常感谢任何提示和建议