sktime/sktime
在 GitHub 查看[ENH] Add native probabilistic prediction methods to `Chronos2Forecaster`
Open
#10,227 建立於 2026年5月11日
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.