from sktime.forecasting.compose import ReducedRegressionForecaster
问问题
787 次
1 回答
0
那是因为那不存在。
https://github.com/alan-turing-institute/sktime/blob/master/sktime/forecasting/compose/__init__.py
那不是由库导出的。也许你想要
RegressionForcaster
或者RecursiveRegressionForecaster
于 2021-03-18T11:28:20.853 回答