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

Metrics for multi-label.. #40

Open
Sathibhu opened this issue May 9, 2019 · 1 comment
Open

Metrics for multi-label.. #40

Sathibhu opened this issue May 9, 2019 · 1 comment

Comments

@Sathibhu
Copy link

Sathibhu commented May 9, 2019

I wanted to have metrics for multi-label multi-class setup. Is it possible to get the label wise precision/recall numbers with keras-metrics (all the labels)?

https://stats.stackexchange.com/a/234179

@ybubnov
Copy link
Member

ybubnov commented May 13, 2019

@Sathibhu, thank you for the issue! Currently keras-metrics supports only averaging for recall. You can use one of:

  • binary_average_recall
  • categorical_average_recall
  • sparse_categorical_average_recall

I hope there will be averaging for all provided metrics.

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

No branches or pull requests

2 participants