dtcenter / METplotpy

https://metplotpy.readthedocs.io/en/latest/index.html
Apache License 2.0
12 stars 7 forks source link

Feature 424 roc ctc #427

Closed bikegeek closed 3 days ago

bikegeek commented 2 months ago

Pull Request Testing

wind_P500_ctc_ROC

generate a ROC diagram using the same data

Instructions:

if running on 'seneca', use this CONDA environment: _/d1/personal/mwin/miniconda3/envs/mp_analysisenv

clone the following code:

set up the PYTHONPATH:

use this data(remove .txt extension): This has been reformatted by the METdataio reformatter wind_only.data.txt

use this custom configuration file (remove .txt extension): ctc_from_dataio_ROC.yaml.txt

generate the plot:

_python $PLOTPY/metplotpy/plots/roc_diagram/roc_diagram.py /path/to/ctc_from_dataioROC.yaml

should generate this plot: wind_P500_ctc_ROC

NOTE: This is also set up on 'seneca' under: /d1/personal/mwin/feature_424_ROC_CTC/

Pull Request Checklist

See the METplus Workflow for details.