Skip to content

Commit

Permalink
update metrics references api
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiWaldrant committed Sep 2, 2024
1 parent 81ade3d commit fd3d218
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/metrics/mse/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ info:
label: Mean-squared error
summary: "The mean squared error between the denoised counts and the true counts."
description: "The mean squared error between the denoised counts of the training dataset and the true counts of the test dataset after reweighing by the train/test ratio"
reference: batson2019molecular
references:
doi: 10.1101/786269
v1:
path: openproblems/tasks/denoising/metrics/mse.py
commit: b3456fd73c04c28516f6df34c57e6e3e8b0dab32
Expand Down
3 changes: 2 additions & 1 deletion src/metrics/poisson/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ info:
label: Poisson Loss
summary: "The Poisson log likelihood of the true counts observed in the distribution of denoised counts"
description: "The Poisson log likelihood of observing the true counts of the test dataset given the distribution given in the denoised dataset."
reference: batson2019molecular
references:
doi: 10.1101/786269
v1:
path: openproblems/tasks/denoising/metrics/poisson.py
commit: b3456fd73c04c28516f6df34c57e6e3e8b0dab32
Expand Down

0 comments on commit fd3d218

Please sign in to comment.