Skip to content

Commit

Permalink
Add references to PRG analysis in README
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Decal <public@richarddecal.com>
  • Loading branch information
crypdick committed Feb 17, 2024
1 parent 7a5be7c commit 8cf0e78
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -114,3 +114,11 @@ Note, to combine the coverage data from all the tox environments run:
- ::

PYTEST_ADDOPTS=--cov-append tox

References
===========
* [Precision-Recall-Gain Curves: PR Analysis Done Right (2015) by Peter A. Flach and Meelis Kull](https://papers.nips.cc/paper/2015/file/33e8075e9970de0cfea955afd4644bb2-Paper.pdf)
* [sklearn-compatible implementation](https://github.com/scikit-learn/scikit-learn/pull/24121) by [Bradley Fowler](https://github.com/bradleyfowler123)
* [PRG curves](https://www.biostat.wisc.edu/~page/rocprg.pdf) by [David Page](https://www.biostat.wisc.edu/~page/)
* [Blog post by Bradley Fowler](https://snorkel.ai/improving-upon-precision-recall-and-f1-with-gain-metrics/)
* [Original implementation](https://github.com/meeliskull/prg) by [Meelis Kull](https://github.com/meeliskull)

0 comments on commit 8cf0e78

Please sign in to comment.