MONAI
MONAI copied to clipboard
Fbeta instead of F1 only
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)
Can I work on this issue?
@Fasicek did you make any progress? If not, I could do this.
@dzenanz Yes I am making progress
addressed by https://github.com/Project-MONAI/MONAI/pull/5490