运行这个橙汁销售笔记本,我的方法出现以下错误.forecast()
。
代码
# The featurized data, aligned to y, will also be returned.
# This contains the assumptions that were made in the forecast
# and helps align the forecast to the original data
y_predictions, X_trans = fitted_model.forecast(X_test)
错误(完整堆栈跟踪):
**AttributeError: 'TimeSeriesImputer' object has no attribute '_known_df'**