Skip to content

Commit 7c8b832

Browse files
committed
update llm.md for metrics for all missions
1 parent 4230a71 commit 7c8b832

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

docs/llm.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff 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
768768
bibcat 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+
```
771775
Save aggregate metrics across multiple runs:
772776
773777
```bash
@@ -831,6 +835,11 @@ Save single-run ROC metrics:
831835
```bash
832836
bibcat 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
835844
Save aggregate ROC metrics across multiple runs:
836845

0 commit comments

Comments
 (0)