Ikala-allen commited on
Commit
1e03f3b
1 Parent(s): 84cfdc8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -74,7 +74,7 @@ Output Example:
74
  {'tp': 1, 'fp': 1, 'fn': 1, 'p': 50.0, 'r': 50.0, 'f1': 50.0, 'Macro_f1': 50.0, 'Macro_p': 50.0, 'Macro_r': 50.0}
75
  ```
76
 
77
- Note : `Macro_f1`, `Macro_p`, `Macro_r`, `p`, `r`, `f1` are always a number between 0 and 1. And `tp`, `fp`, `fn` depend on how many data inputs.
78
 
79
  ### Examples
80
  Example1 : Only one prediction and reference.
 
74
  {'tp': 1, 'fp': 1, 'fn': 1, 'p': 50.0, 'r': 50.0, 'f1': 50.0, 'Macro_f1': 50.0, 'Macro_p': 50.0, 'Macro_r': 50.0}
75
  ```
76
 
77
+ Note : `Macro_f1`, `Macro_p`, `Macro_r`, `p`, `r`, `f1` are always numbers between 0 and 1. The values of `tp`, `fp`, `fn` depend on the number of data inputs.
78
 
79
  ### Examples
80
  Example1 : Only one prediction and reference.