Sanity checks for user modeling with CoopIHC
This work builds on the functionality provided by the CoopIHC package to add sanity checks for user modeling workflows, specifically for...
You can install the CoopIHC Model Checks from PyPI:
python -m pip install coopihc-modelchecks
The package is supported on Python 3.6 and above.
If you want to contribute to this project, you can setup the project locally by cloning the repository and installing the dependencies specified in setup.py.
To publish a new version to PyPI, you can update the version specified in version.py and run $ python setup.py upload
from the command line.