Skip to content

Commit

Permalink
Add metric name in downstream config file
Browse files Browse the repository at this point in the history
  • Loading branch information
littlecabiria committed Aug 27, 2024
1 parent 677ac6f commit 0d0f7e9
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/metrics/downstream/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: downstream

info:
metrics:
- name:
- name: clustering_ari
label: clustering_ari
summary: ARI
description: |
Expand All @@ -16,7 +16,7 @@ info:
min: -Inf
max: +Inf
maximize: true
- name:
- name: clustering_nmi
label: clustering_nmi
summary: NMI
description: |
Expand All @@ -28,7 +28,7 @@ info:
min: 0
max: 1
maximize: true
- name:
- name: svg_recall
label: svg_recall
summary: Recall
description: |
Expand All @@ -38,7 +38,7 @@ info:
min: 0
max: 1
maximize: true
- name:
- name: svg_precision
label: svg_precision
summary: Precision (Spatial Variable Gene)
description: |
Expand All @@ -48,7 +48,7 @@ info:
min: 0
max: 1
maximize: true
- name:
- name: ctdeconvolute_rmse
label: ctdeconvolute_rmse
summary: RMSE
description: |
Expand All @@ -60,7 +60,7 @@ info:
min: 0
max: +Inf
maximize: false
- name:
- name: ctdeconcolute_jsd
label: ctdeconcolute_jsd
summary: JSD
description: |
Expand All @@ -72,7 +72,7 @@ info:
min: 0
max: 1
maximize: false
- name:
- name: crosscor_mantel
label: crosscor_mantel
summary: Mantel Statistic
description: |
Expand All @@ -84,7 +84,7 @@ info:
min: -1
max: 1
maximize: true
- name:
- name: crosscor_cosine
label: crosscor_cosine
summary: Cosine Similarity
description: |
Expand Down

0 comments on commit 0d0f7e9

Please sign in to comment.