Improve threshold calculation in ROC, DET, and Precision and Recall plots
Fixes #58 (closed) and #60 (closed)
Merge request reports
Activity
- Resolved by Amir MOHAMMADI
With this merge request, ROC's will look sth like this:
Not very eye pleasing but at least the dots fall on the plots!
Before it used to look like this:
Edited by Amir MOHAMMADI- Resolved by Amir MOHAMMADI
Hi @bob I am changing the way thresholds are computed for roc, det, and precision_recall curves. They look more like staircases now compared to smooth (interpolated) lines that they were before. Please test this branch and do some plots with
bob bio roc
orbob pad roc
or their equivalent det commands and compare the changes and let me know what do you think please.mentioned in merge request bob.pad.base!63 (merged)
assigned to @tiago.pereira
@tiago.pereira could you please merge this?
@tiago.pereira I am going to merge this to get people to test this either while it's beta or after it's released.
mentioned in commit eeed95c2
mentioned in merge request bob.learn.em!36 (closed)