How Suitable is Your Naturalistic Dataset for Theory-based User Modeling?
By Aini Putkonen, Aurélien Nioche, Ville Tanskanen, Arto Klami & Antti Oulasvirta
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:
Create virtual environment:
python3 -m venv .env
Activate virtual environment:
source .env/bin/activate
Install required packages:
python3 -m pip install -r requirements.txt
Run the notebook from:
.env/bin/jupyter notebook
Use the Python3 kernel.