Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/glemaitre/pr_curve_interpolation
https://github.com/glemaitre/pr_curve_interpolation
Last synced: 27 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/glemaitre/pr_curve_interpolation
- Owner: glemaitre
- Created: 2023-09-08T11:07:45.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-08T11:39:32.000Z (over 1 year ago)
- Last Synced: 2024-10-28T02:06:09.219Z (3 months ago)
- Language: Python
- Size: 22.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Precision-recall curve interpolation
This is an experiment to check the value of sub-integral interpolation in when
computing the area under the PR curve.The file `interpolation.py` implements an interpolation strategy as in
Davis & Goadrich. The file `experiments.py` compare the current scikit-learn
stragtegy and evalute the impact of interpolating for sub-integral values
of true positives.