ktindiana / sphinxval

SPHINX validation code for solar energetic particle models
MIT License
3 stars 3 forks source link

Add support for ROC Curve #64

Closed claya71 closed 4 months ago

claya71 commented 4 months ago

Change in metrics.py and validation.py to support

ROC curve for probability models. ROC curve is output into a pdf plot that Luke will add to the html reports. Area under the roc curve is added as a metric into the probability metrics table. Added columns to probability_metrics.csv to accommodate the metric and plot.

More comments in metrics.py that define each metric and the various names they have, i.e. hit rate is also probability of detection, recall and sensitivity.