MCPcopy Create free account
hub / github.com/branislav1991/PyTorchProjectFramework / plot_roc_curve

Method plot_roc_curve

utils/visualizer.py:98–117  ·  view source on GitHub ↗

Display the ROC curve. Input params: fpr: False positive rate (1 - specificity). tpr: True positive rate (sensitivity). thresholds: Thresholds for the curve.

(self, fpr, tpr, thresholds)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected