Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 379 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 379 Bytes

Fleiss-kappa

The program implements the calculus of the Fleiss' Kappa in the both the fixed and margin-free version. The data used are a collection of possible results of an analysis of 6 annotators on 100 texts.

The data used for the test case is from Wikipedia.

Technologies

  • Python 3.10.0
  • Pandas 1.4.2
  • Numpy 1.22.4