sktime/sktime

[ENH] `StackingForecaster` regressor should be able to use `X` as well

Open

#9,264 建立於 2026年1月19日

在 GitHub 查看
 (3 留言) (0 反應) (0 負責人)Python (7,162 star) (1,192 fork)batch import
enhancementgood first issuemodule:forecasting

描述

Discussed in https://github.com/sktime/sktime/discussions/9251

Originally posted by RobKuebler January 16, 2026 Hi!

In the StackingForecaster, we train a regressor on the outputs of n forecasters. I.e., this regressor uses n features to make a prediction. But since we pass X to StackingForecaster anyway, why not let the regressor see the X as well? At least via a keyword like use_X or something better.

貢獻者指南