MONAI icon indicating copy to clipboard operation
MONAI copied to clipboard

Implementation of (weighted) Cohen's kappa

Open csudre opened this issue 2 years ago • 1 comments

Is your feature request related to a problem? Please describe. Need for the Cohen's kappa (and its weighted variant) as additional metric for whole image classification

Describe the solution you'd like See the scikit-learn implementation of the measure defined as $\dfrac{p_o - p_e}{1-p_e}$ where $p_o$ is the observed probability of agreement and $p_e$ is the expected probability of agreement if samples were randomly labelled

csudre avatar Jun 01 '22 12:06 csudre

@csudre, Are you working upon the implementation of Cohen's kappa in Monai? If not, then I'd love to contribute :)

yashika-git avatar Jun 04 '22 21:06 yashika-git

addressed by https://github.com/Project-MONAI/MetricsReloaded

wyli avatar Apr 11 '23 21:04 wyli