krippendorff


Namekrippendorff JSON
Version 0.8.0 PyPI version JSON
download
home_pagehttps://github.com/pln-fing-udelar/fast-krippendorff
SummaryFast computation of the Krippendorff's alpha measure.
upload_time2024-10-08 17:57:34
maintainerNone
docs_urlNone
authorSantiago Castro
requires_python<4.0,>=3.9
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": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.9",
    "maintainer_email": null,
    "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/28/b1/5765e7ac7b875b82ea98e010f7e70d01d41f4b3208434d7cecd03102a006/krippendorff-0.8.0.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.8.0",
    "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": "514b5228834939e4a02c7ca2e7adfb223ace6fc5374230c0713ea8970b6ce92d",
                "md5": "638fa816e5521df778f92b34c2dabd40",
                "sha256": "ad5e1942fb5d239a95930ef2b611c77bbfb3ce79a74a631d1fdf0a2f26ace066"
            },
            "downloads": -1,
            "filename": "krippendorff-0.8.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "638fa816e5521df778f92b34c2dabd40",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.9",
            "size": 18112,
            "upload_time": "2024-10-08T17:57:32",
            "upload_time_iso_8601": "2024-10-08T17:57:32.479348Z",
            "url": "https://files.pythonhosted.org/packages/51/4b/5228834939e4a02c7ca2e7adfb223ace6fc5374230c0713ea8970b6ce92d/krippendorff-0.8.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "28b15765e7ac7b875b82ea98e010f7e70d01d41f4b3208434d7cecd03102a006",
                "md5": "bcc1e4910dd12481b94d042a7e1744cf",
                "sha256": "fa785e379fca48b03575a4df2c9553486fd5c5135c9bf10418fd9953ce555a17"
            },
            "downloads": -1,
            "filename": "krippendorff-0.8.0.tar.gz",
            "has_sig": false,
            "md5_digest": "bcc1e4910dd12481b94d042a7e1744cf",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.9",
            "size": 17434,
            "upload_time": "2024-10-08T17:57:34",
            "upload_time_iso_8601": "2024-10-08T17:57:34.324560Z",
            "url": "https://files.pythonhosted.org/packages/28/b1/5765e7ac7b875b82ea98e010f7e70d01d41f4b3208434d7cecd03102a006/krippendorff-0.8.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-08 17:57:34",
    "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.36892s