sktime/sktime
在 GitHub 查看[ENH] `StackingForecaster` regressor should be able to use `X` as well
Open
#9,264 建立於 2026年1月19日
enhancementgood first issuemodule:forecasting
倉庫指標
- Star
- (7,162 star)
- PR 合併指標
- (平均合併 26天 10小時) (30 天內合併 86 個 PR)
描述
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.