File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -762,12 +762,16 @@ There are two sets of metrics output: confusion matrix metrics and ROC metrics.
762762
763763# ## Confusion Matrix Metrics JSON
764764
765- Save single-run confusion-matrix metrics:
765+ Save single-run confusion-matrix metrics for specific missions (default threshold probability = 0.5) :
766766
767767` ` ` bash
768768bibcat llm cm-metrics -m HST -m JWST
769769` ` `
770+ You can save single-run confusion-matrix metrics for all missions without ` -m` flag:
770771
772+ ` ` ` bash
773+ bibcat llm cm-metrics
774+ ` ` `
771775Save aggregate metrics across multiple runs:
772776
773777` ` ` bash
@@ -831,6 +835,11 @@ Save single-run ROC metrics:
831835` ` ` bash
832836bibcat llm roc-metrics -m HST -m JWST
833837` ` `
838+ Save single-run ROC metrics for all missions without ` -m` flag:
839+
840+ ` ` ` bash
841+ bibcat llm roc-metrics
842+ ` ` `
834843
835844Save aggregate ROC metrics across multiple runs:
836845
You can’t perform that action at this time.
0 commit comments