leslyarun commited on
Commit
8946c1d
·
1 Parent(s): 6e8685d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -19,6 +19,8 @@ pinned: false
19
  The F-beta score is the weighted harmonic mean of precision and recall, reaching its optimal value at 1 and its worst value at 0.
20
  The beta parameter determines the weight of recall in the combined score. beta < 1 lends more weight to precision, while beta > 1 favors recall (beta -> 0 considers only precision, beta -> +inf only recall).*
21
 
 
 
22
  ## How to Use
23
  ``` python
24
 
 
19
  The F-beta score is the weighted harmonic mean of precision and recall, reaching its optimal value at 1 and its worst value at 0.
20
  The beta parameter determines the weight of recall in the combined score. beta < 1 lends more weight to precision, while beta > 1 favors recall (beta -> 0 considers only precision, beta -> +inf only recall).*
21
 
22
+ Note: The default value of Beta is set as 0.5 to calculate the frequently used FBeta 0.5. Please set a different Beta value according to your needs.
23
+
24
  ## How to Use
25
  ``` python
26