mdocekal commited on
Commit
1566eee
·
verified ·
1 Parent(s): 46ece26

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -3
README.md CHANGED
@@ -3,9 +3,11 @@ 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
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.*