Fast computation of the Krippendorff's alpha measure.
Project description
Fast Krippendorff
Fast computation of Krippendorff's alpha agreement measure.
Based on Thomas Grill implementation.
Example usage
Given a reliability data matrix, run:
import krippendorff
krippendorff.alpha(reliability_data=...)
See sample.py
and alpha
's docstring for more details.
Installation
pip install krippendorff
Caveats
The implementation is fast as it doesn't do a nested loop for the coders. However, V
should be small, since a VxV
matrix it's used.
Citing
If you use this code in your research, please cite Fast Krippendorff:
@misc{castro-2017-fast-krippendorff,
author = {Santiago Castro},
title = {Fast {K}rippendorff: Fast computation of {K}rippendorff's alpha agreement measure},
year = {2017},
publisher = {GitHub},
journal = {GitHub repository},
howpublished = {\url{https://github.com/pln-fing-udelar/fast-krippendorff}}
}
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
krippendorff-0.8.0.tar.gz
(17.4 kB
view details)
Built Distribution
File details
Details for the file krippendorff-0.8.0.tar.gz
.
File metadata
- Download URL: krippendorff-0.8.0.tar.gz
- Upload date:
- Size: 17.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.12.3 Linux/6.8.0-45-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fa785e379fca48b03575a4df2c9553486fd5c5135c9bf10418fd9953ce555a17 |
|
MD5 | bcc1e4910dd12481b94d042a7e1744cf |
|
BLAKE2b-256 | 28b15765e7ac7b875b82ea98e010f7e70d01d41f4b3208434d7cecd03102a006 |
File details
Details for the file krippendorff-0.8.0-py3-none-any.whl
.
File metadata
- Download URL: krippendorff-0.8.0-py3-none-any.whl
- Upload date:
- Size: 18.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.12.3 Linux/6.8.0-45-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ad5e1942fb5d239a95930ef2b611c77bbfb3ce79a74a631d1fdf0a2f26ace066 |
|
MD5 | 638fa816e5521df778f92b34c2dabd40 |
|
BLAKE2b-256 | 514b5228834939e4a02c7ca2e7adfb223ace6fc5374230c0713ea8970b6ce92d |