This repository contains the implementation of HT4Rec.
We include a requirements.txt
file to make it easy to install dependencies. Run the following command in your environment:
$ pip install -r requirements.txt
First, you have to create a folder data
and logs
in the root.
Next, you need to download the datasets from the following link and copy it to the data
folder.
Finally, run the following command to train the model on MOBA dataset:
$ python main.py
You can also run the model with the movies dataset:
$ python main_movies.py