NicoHambauer / krippendorff-alpha

Python implementation of Krippendorff's alpha -- inter-rater reliability

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python implementation of Krippendorff's alpha – inter-rater reliability

For inter-rater agreements for experimental data with missing values, Krippendorff's alpha coefficient has been established as a standard measure. This a very general implementation in the Python programming language, allowing the use of arbitrary metrics. It is also accelerated for some standard metrics that allow vector math (through Numerical Python) -- currently nominal, interval and rational metrics.

About

Python implementation of Krippendorff's alpha -- inter-rater reliability

License:GNU General Public License v3.0


Languages

Language:Python 100.0%