netrack / keras-metrics

Metrics for Keras. DEPRECATED since Keras 2.3.0
MIT License
165 stars 23 forks source link

Metrics for multi-label.. #40

Open Sathibhu opened 5 years ago

Sathibhu commented 5 years ago

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 commented 5 years ago

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

I hope there will be averaging for all provided metrics.