Copyright (c) 2021 Aalto University. All rights reserved.
Code repository accompanying the UMAP'22 paper entitled "How Suitable is Your Naturalistic Dataset for Theory-based User Modeling?".
Please run the following commands to use the attached notebook, or use your own environment:
python3 -m venv .env
source .env/bin/activate
python3 -m pip install -r requirements.txt
.env/bin/jupyter notebook
Use the Python3 kernel.