获取警告"时间序列已弃用。请使用系列。"。请让我知道如何使用此系列错误

时间:2016-04-29 06:16:08

标签: python analytics

我使用Python编写了一个小的分析逻辑。当我尝试使用预测功能时,它会向我发出以下警告

" FutureWarning:不推荐使用TimeSeries。请使用Series return TimeSeries(result,index = self.predict_dates)"

以下是小代码段

results = model.fit(5)
predictedset=results.predict("2016-04-18 22:00:00", "2016-04-   21 21:00:00")

当我使用" result.predict()"

时,我收到错误

请建议我如何使用系列预测函数

0 个答案:

没有答案