John Graham Reynolds commited on
Commit
86e7738
·
1 Parent(s): e949e48

update description to be more user friendly

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -23,6 +23,8 @@ f1.compute()
23
 
24
  where the `average` parameter can be chosen to configure the way f1 scores across labels are averaged. Acceptable values include `[None, 'micro', 'macro', 'weighted']` (
25
  or `binary` if there exist only two labels). \n
 
 
26
  """
27
 
28
  metric = FixedF1()
 
23
 
24
  where the `average` parameter can be chosen to configure the way f1 scores across labels are averaged. Acceptable values include `[None, 'micro', 'macro', 'weighted']` (
25
  or `binary` if there exist only two labels). \n
26
+
27
+ Play around with the interface below to see how the F1 score changes based on predictions, references, and method of averaging!
28
  """
29
 
30
  metric = FixedF1()