Skip to content

ROC_AUC use in Series Analysis #1601

Locked Answered by georgemccabe
jhicks14 asked this question in Configuration
Discussion options

You must be logged in to vote

Hi @jhicks14, thank you for sending the log file. I did some testing locally and determined that METplus 4.0 does not read FCST_IS_PROB in the SeriesAnalysis wrapper. Your log output confirms this since the fcst field info is set properly for GridStat but not for SeriesAnalysis. This has since been fixed, so upgrading to METplus 4.1.0 should resolve this issue.

If you must continue to use 4.0.0, then you should be able to get around this by setting prob=TRUE in the fcst dictionary via the MET config overrides:

SERIES_ANALYSIS_MET_CONFIG_OVERRIDES = output_stats = {fho = [ "H_RATE" ]; ctc = [ "FY_OY", "FY_ON", "FN_OY", "FN_ON" ]; cts = [ "SEDI" ]; pstd = [ "ROC_AUC" ];} fcst = {cat_thresh…

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
1 reply
@jhicks14
Comment options

Comment options

You must be logged in to vote
3 replies
@jhicks14
Comment options

@georgemccabe
Comment options

@jhicks14
Comment options

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