mdocekal commited on
Commit
46ece26
·
1 Parent(s): 5ae6761

metadata fix

Browse files
Files changed (1) hide show
  1. README.md +1 -3
README.md CHANGED
@@ -1,11 +1,9 @@
1
  ---
2
  title: Multi Label Precision Recall Accuracy Fscore
3
- datasets:
4
- -
5
  tags:
6
  - evaluate
7
  - metric
8
- description: "TODO: add a description here"
9
  sdk: gradio
10
  sdk_version: 3.19.1
11
  app_file: app.py
 
1
  ---
2
  title: Multi Label Precision Recall Accuracy Fscore
 
 
3
  tags:
4
  - evaluate
5
  - metric
6
+ description: "Implementation of example based evaluation metrics for multi-label classification presented in Zhang and Zhou (2014)."
7
  sdk: gradio
8
  sdk_version: 3.19.1
9
  app_file: app.py