预测¶ DummyForecaster() 虚拟预测器总是预测训练中看到的最后一个值。 BaseForecaster(horizon, axis) 时间序列预测器的抽象基类。 RegressionForecaster(window[, horizon, ...]) 基于回归的预测。 ETSForecaster([error_type, trend_type, ...]) 指数平滑预测器。