Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
对于多类分类,scikit-learn 示例中的 PR 曲线(PR 曲线示例)和使用 scikit-plot 绘制 PR 曲线的功能(API 参考)都只实现了微平均 PR 曲线。而 ROC 曲线的相应示例和函数实现了微观平均和宏观平均曲线。
没有实施宏观平均 PR 曲线是否有原因?