h2oai / driverlessai-recipes

Recipes for Driverless AI
Apache License 2.0
240 stars 93 forks source link

Linear weighted kappa #116

Closed ybabakhin closed 3 years ago

ybabakhin commented 4 years ago

This PR adds the Cohen’s kappa with linear weights: a statistic that measures inter-annotator agreement. It's based on the sklearn's implementation.