peerannot
¶
–Handling your crowdsourced datasets easily–
The peerannot library was created to handle crowdsourced labels in classification problems.
Getting started¶
Start here to get up and running
Tutorials and additional examples¶
Want to dive deeper into the library? Check out the tutorials You will find resources to add your own datasets, strategy, and run your first label aggregations.
More examples can be found in the published paper in Computo Journal
An interactive tool to compare the AUM and WAUM identification scores is available here
API and CLI Reference¶
Want to deep dive into the library? In addition to the tutorials, you can find the full API and CLI reference here.
Run peerannot from a python script
Run peerannot from your terminal
Glossary¶
Name |
Definition |
Mathematical Definition |
---|---|---|
The total number of tasks in a dataset |
||
The total number of workers in a dataset |
||
The set of labels a task can take |
||
The simplex of dimension |
||
The set of workers that answered the task |
||
The set of tasks answered by the worker |
||
The vector of answered labels of the task |
||
The true label of the task |
||
The computed label of the task |
||
The label (hard) that the worker |
||
The confusion matrix of the worker |
||
A metric that measure aggregation strategies’ accuracies |
Citation¶
Cite us, join us, and let us collaboratively improve our toolbox!
@article{lefort2024,
author = {Lefort, Tanguy and Charlier, Benjamin and Joly, Alexis and Salmon, Joseph},
publisher = {French Statistical Society},
title = {Peerannot: Classification for Crowdsourced Image Datasets with {Python}},
journal = {Computo},
date = {2024-04-04},
url = {https://computo.sfds.asso.fr/published-202402-lefort-peerannot/},
}