待办事项
作者: interpret-ml创建于 2023年1月14日更新于 2026年5月13日
标签keep open
改进, Python
- 添加方法来将 EBM 转换为 GradientBoostingRegressor (https://GitHub.com/interpretml/interpret/issues/639)
- 更改平滑轮的实现,使其在用于 Nominals 时不受特征顺序的影响 (https://GitHub.com/interpretml/interpret/issues/629)
- 按特征平滑参数 (https://GitHub.com/interpretml/interpret/issues/626)
- 概率校准图 (https://GitHub.com/interpretml/interpret/issues/625)
- GPU EBM (https://GitHub.com/interpretml/interpret/issues/610)
- 改进 EBM 数据的并行处理 (https://GitHub.com/interpretml/interpret/issues/519)
- 添加完全可自定义的基于 Python 的目标 (https://GitHub.com/interpretml/interpret/issues/498)
- 将双边交互作用限制在凸包的边界内 (https://GitHub.com/interpretml/interpret/issues/458)
- 添加"warm_start"参数,以便在拟合期间自定义阶段 (https://GitHub.com/interpretml/interpret/issues/304)。 另见问题 # 403
- 避免在调用 show_after_explain_local 时重置索引 (https://GitHub.com/interpretml/interpret/issues/72)
- 用户定义的本地解释样本标签 (https://GitHub.com/interpretml/interpret/issues/300)
- 更改增强算法,使其在某些区域生成具有大正值或负值的图形 (https://GitHub.com/interpretml/interpret/issues/122)
- 排名 (https://GitHub.com/interpretml/interpret/issues/181)
- 大型数据集的 Dask 数组 (https://GitHub.com/interpretml/interpret/issues/249)
- 为 show 函数提供 Spyder 支持 (https://GitHub.com/interpretml/interpret/issues/191)
- 用户界面显示缺失值分数 (https://GitHub.com/interpretml/interpret/issues/18)
- 在用户界面中显示交互作用的误差范围,可能是通过悬停 (https://GitHub.com/interpretml/interpret/issues/127)
- 改进交互作用热图的对比度 (https://GitHub.com/interpretml/interpret/issues/236)
- 更改标签时数据面板消失 (https://GitHub.com/interpretml/interpret/issues/106)
- 添加排序重要性 (https://GitHub.com/interpretml/interpret/issues/26)
- 替代特征重要性技术 (https://GitHub.com/interpretml/interpret/issues/374)
- 为 Morris 敏感性分析添加分类支持 (https://GitHub.com/interpretml/interpret/issues/275)
- 添加其他基础估计器,例如线性模型、多项式回归或曲线拟合 (https://GitHub.com/interpretml/interpret/issues/185)
- 添加水平图 (https://GitHub.com/interpretml/interpret/issues/453)
改进, R
- 本地解释
内容来源: interpretml/interpret