krippendorff


Namekrippendorff JSON
Version 0.6.1 PyPI version JSON
download
home_pagehttps://github.com/pln-fing-udelar/fast-krippendorff
SummaryFast computation of the Krippendorff's alpha measure.
upload_time2023-10-04 15:18:19
maintainer
docs_urlNone
authorSantiago Castro
requires_python>=3.9,<3.13
licenseGPL-3.0-or-later
keywords krippendorff alpha agreement reliability coding coders units values
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            [![Actions Status](https://github.com/pln-fing-udelar/fast-krippendorff/workflows/CI/badge.svg)](https://github.com/pln-fing-udelar/fast-krippendorff/actions)
[![Version](https://img.shields.io/pypi/v/krippendorff.svg)](https://pypi.python.org/pypi/krippendorff)
[![License](https://img.shields.io/pypi/l/krippendorff.svg)](https://pypi.python.org/pypi/krippendorff)
[![Supported Python versions](https://img.shields.io/pypi/pyversions/krippendorff.svg)](https://pypi.python.org/pypi/krippendorff)

# Fast Krippendorff

Fast computation of [Krippendorff's alpha](https://en.wikipedia.org/wiki/Krippendorff%27s_alpha) agreement measure.

Based on [Thomas Grill implementation](https://github.com/grrrr/krippendorff-alpha).

## Example usage

Given a reliability data matrix, run:

```python
import krippendorff

krippendorff.alpha(reliability_data=...)
```

See `sample.py` and `alpha`'s docstring for more details.

## Installation

```bash
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:

```bibtex
@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}}
}
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/pln-fing-udelar/fast-krippendorff",
    "name": "krippendorff",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9,<3.13",
    "maintainer_email": "",
    "keywords": "Krippendorff,alpha,agreement,reliability,coding,coders,units,values",
    "author": "Santiago Castro",
    "author_email": "sacastro@fing.edu.uy",
    "download_url": "https://files.pythonhosted.org/packages/6d/b9/f8fa0043756604964b53259932dcacd8e5f7c64b14a40520f5df9882e50a/krippendorff-0.6.1.tar.gz",
    "platform": null,
    "description": "[![Actions Status](https://github.com/pln-fing-udelar/fast-krippendorff/workflows/CI/badge.svg)](https://github.com/pln-fing-udelar/fast-krippendorff/actions)\n[![Version](https://img.shields.io/pypi/v/krippendorff.svg)](https://pypi.python.org/pypi/krippendorff)\n[![License](https://img.shields.io/pypi/l/krippendorff.svg)](https://pypi.python.org/pypi/krippendorff)\n[![Supported Python versions](https://img.shields.io/pypi/pyversions/krippendorff.svg)](https://pypi.python.org/pypi/krippendorff)\n\n# Fast Krippendorff\n\nFast computation of [Krippendorff's alpha](https://en.wikipedia.org/wiki/Krippendorff%27s_alpha) agreement measure.\n\nBased on [Thomas Grill implementation](https://github.com/grrrr/krippendorff-alpha).\n\n## Example usage\n\nGiven a reliability data matrix, run:\n\n```python\nimport krippendorff\n\nkrippendorff.alpha(reliability_data=...)\n```\n\nSee `sample.py` and `alpha`'s docstring for more details.\n\n## Installation\n\n```bash\npip install krippendorff\n```\n\n## Caveats\n\nThe 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.\n\n## Citing\n\nIf you use this code in your research, please cite Fast Krippendorff:\n\n```bibtex\n@misc{castro-2017-fast-krippendorff,\n  author = {Santiago Castro},\n  title = {Fast {K}rippendorff: Fast computation of {K}rippendorff's alpha agreement measure},\n  year = {2017},\n  publisher = {GitHub},\n  journal = {GitHub repository},\n  howpublished = {\\url{https://github.com/pln-fing-udelar/fast-krippendorff}}\n}\n```\n",
    "bugtrack_url": null,
    "license": "GPL-3.0-or-later",
    "summary": "Fast computation of the Krippendorff's alpha measure.",
    "version": "0.6.1",
    "project_urls": {
        "Homepage": "https://github.com/pln-fing-udelar/fast-krippendorff",
        "Repository": "https://github.com/pln-fing-udelar/fast-krippendorff"
    },
    "split_keywords": [
        "krippendorff",
        "alpha",
        "agreement",
        "reliability",
        "coding",
        "coders",
        "units",
        "values"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a70993af46a171e8245539b82f53d25e4191e12c25b26187f86176d9baa29fce",
                "md5": "3a16a69789a519cf279b9c9a888a3f59",
                "sha256": "d6de727ddcfefb44bda5a826e6b4738bf7a4b2c82d54885b43ab3ac69ff5d366"
            },
            "downloads": -1,
            "filename": "krippendorff-0.6.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "3a16a69789a519cf279b9c9a888a3f59",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9,<3.13",
            "size": 18113,
            "upload_time": "2023-10-04T15:18:18",
            "upload_time_iso_8601": "2023-10-04T15:18:18.445963Z",
            "url": "https://files.pythonhosted.org/packages/a7/09/93af46a171e8245539b82f53d25e4191e12c25b26187f86176d9baa29fce/krippendorff-0.6.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6db9f8fa0043756604964b53259932dcacd8e5f7c64b14a40520f5df9882e50a",
                "md5": "cebf6df860c5ca35057af02f74eeae00",
                "sha256": "54ad907086b7a104353e6a7461dc7c12756fea51e0e6e75601a1d71647f3c47b"
            },
            "downloads": -1,
            "filename": "krippendorff-0.6.1.tar.gz",
            "has_sig": false,
            "md5_digest": "cebf6df860c5ca35057af02f74eeae00",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9,<3.13",
            "size": 17449,
            "upload_time": "2023-10-04T15:18:19",
            "upload_time_iso_8601": "2023-10-04T15:18:19.522517Z",
            "url": "https://files.pythonhosted.org/packages/6d/b9/f8fa0043756604964b53259932dcacd8e5f7c64b14a40520f5df9882e50a/krippendorff-0.6.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-04 15:18:19",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "pln-fing-udelar",
    "github_project": "fast-krippendorff",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "krippendorff"
}
        
Elapsed time: 0.13023s