fastnlp / fastNLP

fastNLP: A Modularized and Extensible NLP Framework. Currently still in incubation.
https://gitee.com/fastnlp/fastNLP
Apache License 2.0
3.06k stars 450 forks source link

[new] add ConfusionMatrix, ConfusionMatrixMetric #272

Closed ROGERDJQ closed 4 years ago

ROGERDJQ commented 4 years ago

Description:增加了ConfusionMatrixMetric与ConfusionMatrix类

Main reason: 补充分类混淆矩阵类到utils

Checklist 检查下面各项是否完成

Please feel free to remove inapplicable items for your PR.

Changes: 逐项描述修改的内容

Mention: 找人review你的PR

@修改过这个文件的人 @核心开发人员

ROGERDJQ commented 4 years ago

分开重新PR了一次,然后ConfusionMatrixMetric补充上了继承的MetricBase(之前没有继承)

ROGERDJQ commented 4 years ago

ConfusionMatrixMetric的文档已补充,test文件已完成