Source code and experiments accompanying the paper "Modelling Users with Item Metadata for Explainable and Interactive Recommendation".
- Algorithms and evaluation code can be found in
teaser/
- Dataset preprocessing code (not actual data) is located at
notebooks/Preprocessing/
- Experimental results can be found in
notebooks/output/
notebooks/Experiments/
contains the templates for experiments, but the results therein are invalid.
- Setup
virtualenv -p python3
source env/bin/activate
pip install -e .
pip install jupyter
- Running
jupyter notebook notebooks