from sktime.forecasting.compose import ReducedRegressionForecaster发布于 2021-03-18 19:28:21
那是因为那并不存在。
https://github.com/alan-turing-institute/sktime/blob/master/sktime/forecasting/compose/__init__.py
这不是由库导出的。也许你想
RegressionForcaster或RecursiveRegressionForecaster
https://stackoverflow.com/questions/66689654
复制相似问题