Python package for ICWSM Tutorial "Prevalence Estimation in Social Media Using Black Box Classifiers"
Go to the pyquantifier directory,
cd pyquantifierpython3 -m venv .venv
source .venv/bin/activate
python3 -m pip install --upgrade pip
python3 -m pip install -r requirements.txtpython3 -m build
python3 -m pip install --force-reinstall dist/pyquantifier-0.0.1-py3-none-any.whlThe tutorial includes four sections:
Estimating the Fraction of Toxic Comments on News Articles
The tutorial slides are available here.
