Open Sathibhu opened 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
@Sathibhu, thank you for the issue! Currently keras-metrics supports only averaging for recall. You can use one of:
keras-metrics
I hope there will be averaging for all provided metrics.
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