Skip to content

Functions for computing Cohen’s kappa coefficient

License

Notifications You must be signed in to change notification settings

jlowryduda/cohens_kappa

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Cohen's kappa

cohen.py

Functions for computing Cohen's kappa (𝜅), a measure of inter-annotator agreement between exactly two annotators.

Cohen's kappa is computed as follows:

    Pr(a) - Pr(e)
𝜅 = -------------
      1 - Pr(e)

Where Pr(a) is the percentage of observed agreement and Pr(e) is percentage of expected agreement.

About

Functions for computing Cohen’s kappa coefficient

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%