sktime/sktime

[ENH] Add native probabilistic prediction methods to `Chronos2Forecaster`

Open

#10,227 建立於 2026年5月11日

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

描述

Is your feature request related to a problem? Please describe.

If I'm reading the original code and paper correctly, Chronos2Forecaster the model supports probabilistic predictions natively, at least predict_quantiles. This should be added to the sktime wrapper. Ideally, we also add predict_proba but this would require more work to find a proper way to wire the forecaster through skpro.

貢獻者指南