Spaces:
Runtime error
Runtime error
Update README.md
Browse files
README.md
CHANGED
|
@@ -3,9 +3,11 @@ title: Multi Label Precision Recall Accuracy Fscore
|
|
| 3 |
tags:
|
| 4 |
- evaluate
|
| 5 |
- metric
|
| 6 |
-
description:
|
|
|
|
|
|
|
| 7 |
sdk: gradio
|
| 8 |
-
sdk_version:
|
| 9 |
app_file: app.py
|
| 10 |
pinned: false
|
| 11 |
---
|
|
@@ -78,4 +80,4 @@ It uses the same definition as in previous case, but it works with multiset of l
|
|
| 78 |
*Cite the source where this metric was introduced.*
|
| 79 |
|
| 80 |
## Further References
|
| 81 |
-
*Add any useful further references.*
|
|
|
|
| 3 |
tags:
|
| 4 |
- evaluate
|
| 5 |
- metric
|
| 6 |
+
description: >-
|
| 7 |
+
Implementation of example based evaluation metrics for multi-label
|
| 8 |
+
classification presented in Zhang and Zhou (2014).
|
| 9 |
sdk: gradio
|
| 10 |
+
sdk_version: 5.4.0
|
| 11 |
app_file: app.py
|
| 12 |
pinned: false
|
| 13 |
---
|
|
|
|
| 80 |
*Cite the source where this metric was introduced.*
|
| 81 |
|
| 82 |
## Further References
|
| 83 |
+
*Add any useful further references.*
|