Skip to content

marxsk/agreement

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

agreement

Library for measuring inter/intra annotator agreement

Usage:

Let's assume that we have CVS file with two columns (one per rater) and one line per each rated item.

data = np.loadtxt(csv_filename, delimiter=",", dtype="unicode") print agreement.cohen_kappa(data)

This is library in development which was motivated by need for counting Cohen's kappa (and possibly other measures too) and I wanted to try to use numpy for something else than examples on Coursera.

About

Library for measuring inter/intra annotator agreement

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages