Skip to content

williamchong/project

 
 

Repository files navigation

How does feature interaction impact recommendation algorithm

COMP7404 Project Group 11

Setup

  • Python 3.7 env is assumed, if not virtualenv should be used:

    • brew install python@3.7
    • pip3 install virtualenv
    • virtualenv -p /usr/local/opt/python@3.7/bin/python3 venv
    • source venv/bin/activate
  • pip install -r requirements.txt #Install dependencies via pip

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%