Web mining module for Python, with tools for scraping, natural language processing, machine learning, network analysis and visualization.
BSD 3-Clause "New" or "Revised" License
8.76k
stars
1.58k
forks
source link
add unreliability factor to fleiss kappa measurement #197
Open
initbar opened 7 years ago
Since there cannot be an agreement if there exist zero tasks, add an exception case. Furthermore, I've changed a sum function to rely on boolean sum.