sktime/sktime
在 GitHub 查看[ENH] `StackingForecaster` regressor should be able to use `X` as well
Open
#9,264 建立於 2026年1月19日
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.