Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 463 Bytes

README.md

File metadata and controls

27 lines (22 loc) · 463 Bytes

MOCHI: an Offline Evaluation Framework for Recommendation

Install and Run with Conda:

  1. install anaconda
  2. run following commands
git clone https://github.com/persai-lab/MOCHI
cd MOCHI
conda env create   
source init_env.sh
cd mochi
python eval.py

Install and Run with Pip:

  1. install pip
  2. run following commands
git clone https://github.com/persai-lab/MOCHI
cd MOCHI
pip install -r requirements.txt
cd mochi
python eval.py