christophajohns / CoopIHC-ModelChecks

User modelling checks for computational HCI using CoopIHC.
MIT License
0 stars 0 forks source link

CoopIHC Model Checks

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...

Installation

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.

Resources

Development

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.