如何在python中获取auto.arima(trace=True)作为对象?

2024-04-28 08:58:33 发布

您现在位置:Python中文网/ 问答频道 /正文

我搜索了这个解决方案,我在r编程中找到了一个解决方案,我需要一个python解决方案,谢谢

使用此代码

model=auto_arima(test_series_df_1,trace=True,stepwise=True,error_action='ignore')

enter image description here 我需要捕获这个跟踪输出,以获得第二好的arima模型


Tags: 代码testtruedfautomodel编程trace