Skip to content

AUC metric/Probabilistic predictions #10

Description

@drsteve

Feature Request
The dictionary returned by plot.rocCurve has Figure, Axes, POD, POFD, and Thresholds.
It'd be extremely useful to add the area under the curve (AUC) as a measure of model performance.

Currently the implementation uses Contingency2x2.fromBoolean() and loops over thresholds creating a new Contingency2x2 object each time. It might be good to consider directly supporting probabilistic predictions, possibly in a similar manner to fromBoolean - this could them allow updating of the contingency table by updating the threshold as the probabilities would be stored with the object (and would allow bootstrapping CIs, same as fromBoolean).
AUC could then be calculated without the ROC plotting.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions