CrowdTruth-core icon indicating copy to clipboard operation
CrowdTruth-core copied to clipboard

CrowdTruth framework for crowdsourcing ground truth for training & evaluation of AI systems

Results 4 CrowdTruth-core issues
Sort by recently updated
recently updated
newest added

@ancadumitrache This PR is a small fix to solve some issues we ran into while using `pandas >= 1.1.0` it's been tested with `pandas == 1.2.4` and we got the...

I have been experiencing some problems that seem to be related to `pandas` version 1.1.0. The problem occurs after loading any data with `crowdtruth.load()`. For instance, I tried loading the...

I've encountered the following exception when running the notebook. --------------------------------------------------------------------------- TypeError Traceback (most recent call last) in () 31 data, config = crowdtruth.load( 32 directory = crowd_input_folder, ---> 33 config...

I am running on a Python 3 Jupyter notebook. I am able to configure my data no problem, however when I run 'crowdtruth.run(data, config)', I receive the following error and...