Skip to content

v3.4.2: feat: Conformal Prediction + Factor Attribution

Choose a tag to compare

@mikobinbin mikobinbin released this 09 Jun 02:45
· 32 commits to main since this release

新功能

Conformal Prediction(置信度校准)

  • Split Conformal Prediction:基于 1998-2022 世界杯历史数据校准模型输出概率
  • 冠军概率置信区间:每队输出 [ci_low, ci_high],约 90% 覆盖率
  • H2H 预测集:对每对球队输出 {胜/平/负} 预测集
    • size=1(绿色):模型极度确信
    • size=2(黄色):排除一个结果
    • size=3(红色):三个结果都有可能
  • 原理参考 WorldCupROI split conformal 方法

Factor Attribution(因子贡献归因)

  • 将每队最终概率分解为各因子绝对贡献:Elo + 年龄结构 + 大赛经验 + 近期状态 + 教练 + 玄学因子
  • 彩色分段条形图可视化,正负分别用蓝/红色区分
  • 参考 WorldCupROI SHAP 特征贡献思想,改用 Counterfactual Attribution 实现