https://github.com/enthought/uchicago-pyanno
Default Repo description from terraform module
https://github.com/enthought/uchicago-pyanno
Last synced: 10 months ago
JSON representation
Default Repo description from terraform module
- Host: GitHub
- URL: https://github.com/enthought/uchicago-pyanno
- Owner: enthought
- License: other
- Created: 2011-09-15T08:33:40.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2015-05-19T11:05:03.000Z (about 11 years ago)
- Last Synced: 2025-05-17T01:09:57.777Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 2.59 MB
- Stars: 0
- Watchers: 23
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE.txt
Awesome Lists containing this project
README
pyAnno 2.0
=====================================================
pyAnno 2.0 is a Python library for the analysis and
diagnostic testing of annotation and curation
efforts. pyAnno implements statistical models for
inferring from categorical data annotated by multiple
annotators
* annotator accuracies and biases,
* gold standard categories of items,
* prevalence of categories in population, and
* population distribution of annotator accuracies
and biases.
The models include a generalization of Dawid and
Skene's (1979) multinomial model with Dirichlet
priors on prevalence and estimator accuracy, and
the two models introduces in Rzhetsky et al.'s (2009).
The implementation allows Maximum Likelihood and
Maximum A Posteriori estimation of parameters,
and to draw samples from the full posterior
distribution over annotator accuracy.
LICENSING
-----------------------------------------------------
pyAnno is licensed under a modified BSD license
(2-clause). For more information, see
LICENSE.txt
DOCUMENTATION
-----------------------------------------------------
The documentation is hosted at
http://docs.enthought.com/uchicago-pyanno/ .
CONTRIBUTORS
------------------------------------------------------------
* Pietro Berkes (Enthought, Ltd.)
* Bob Carpenter (Columbia University, Statistics)
* Andrey Rzhetsky (University of Chicago, Medicine)
* James Evans (University of Chicago, Sociology)