【发布时间】:2020-10-18 17:35:54
【问题描述】:
运行this orange juice sales notebook 我使用.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)
错误(full stacktrace):
**AttributeError: 'TimeSeriesImputer' object has no attribute '_known_df'**
【问题讨论】:
标签: time-series azure-machine-learning-studio forecast azure-machine-learning-service azureml