Skip to content

Commit 0eec2f1

Browse files
author
Hugo Hromic
committed
improved README
1 parent 37c734c commit 0eec2f1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ recall = bcubed.recall(cdict, ldict)
6060
fscore = bcubed.fscore(precision, recall)
6161
```
6262

63-
You can see that also is included an **F-score** [2] (also called F-measure) function for your convenience. This function accepts non-standard values for the beta parameter if you need, as follows:
63+
You can see that also is included an **F-score** (also called F-measure) function for your convenience [2]. This function accepts non-standard values for the beta parameter if you need, as follows:
6464

6565
```python
6666
fscore = bcubed.fscore(precision, recall, beta=2.0) # weights recall higher
@@ -72,4 +72,5 @@ A complete example can be found in the included ```example.py``` file, where the
7272
## References
7373

7474
[1] Amigó, Enrique, et al.: A comparison of Extrinsic Clustering Evaluation Metrics based on Formal Constraints. In: Information Retrieval 12.4 (2009): 461-486. ([download link](http://nlp.uned.es/docs/amigo2007a.pdf))
75+
7576
[2] http://en.wikipedia.org/wiki/F1_score

0 commit comments

Comments
 (0)