MONAI icon indicating copy to clipboard operation
MONAI copied to clipboard

Fbeta instead of F1 only

Open csudre opened this issue 3 years ago • 1 comments

Is your feature request related to a problem? Please describe. Currently only the F1 metric is implemented but this should be transformed so as to allow for FBeta instead

Describe the solution you'd like Allowing for an optional argument beta in the calculation of this metric so that the formula is (1+b^2)PR/(b^2P+R) with P precision TP/(TP+FP) and R Recall = TP/(TP+FN)

csudre avatar May 30 '22 09:05 csudre

Can I work on this issue?

Fasicek avatar Oct 11 '22 10:10 Fasicek

@Fasicek did you make any progress? If not, I could do this.

dzenanz avatar Oct 17 '22 16:10 dzenanz

@dzenanz Yes I am making progress

Fasicek avatar Oct 19 '22 14:10 Fasicek

addressed by https://github.com/Project-MONAI/MONAI/pull/5490

wyli avatar Nov 11 '22 13:11 wyli