issues
search
Striveworks
/
valor
Valor is a centralized evaluation store which makes it easy to measure, explore, and rank model performance.
https://striveworks.github.io/valor/
Other
38
stars
4
forks
source link
Fix Detailed Counts in Valor-Lite
#751
Closed
czaloom
closed
2 months ago
czaloom
commented
2 months ago
Changes
Renamed threshold parameters to be more explicit.
Renamed
DetailedPrecisionRecallCurve
to
DetailedCounts
since the metric contains more than just precision and recall.
Fixed computation for detailed counts. FN were not being tracked properly.
Changes
DetailedPrecisionRecallCurve
toDetailedCounts
since the metric contains more than just precision and recall.