Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

你好,可以把你的计算方式说一下嘛,那个网址好像是失效了,谢谢了。 #8

Open
1fishman opened this issue Dec 4, 2018 · 1 comment

Comments

@1fishman
Copy link

1fishman commented Dec 4, 2018

No description provided.

@yinchangchang
Copy link
Owner

举个例子,label一共有5个字符,prediction一共有8个字符,预测对4个

recall= 4/5 = 0.8
precision = 4/8 = 0.5
f1score = 0.8 * 0.5 / (0.8 + 0.5)

每个输出算一个f1score, 所有test取平均

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants