You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since there are no pred confidence>=0.889, I think it makes more sense to return nans for precision and recall. This makes it possible to filter out (0,0) points artificially introduced by the fix threshold grid.
Motivation
Make it possible to filter out (0,0) points artificially introduced by the fix threshold grid in PR curve metrics.
Pitch
Return nans for precision and recall for thresholds greater than the max pred confidence.
Alternatives
Additional context
The text was updated successfully, but these errors were encountered:
🚀 Feature
Currently the PR curve metrics report (0,0) at threshold greater than the maximum pred confidence. For example:
This code returns the following result:
Since there are no pred confidence>=0.889, I think it makes more sense to return nans for precision and recall. This makes it possible to filter out (0,0) points artificially introduced by the fix threshold grid.
Motivation
Make it possible to filter out (0,0) points artificially introduced by the fix threshold grid in PR curve metrics.
Pitch
Return nans for precision and recall for thresholds greater than the max pred confidence.
Alternatives
Additional context
The text was updated successfully, but these errors were encountered: