recommender-lib

Build and evalauted standard recommendation algorithms

Inspired by -

Installation instructions

Install poetry by following instructions from here

After poetry is installed do the following -

git clone git@github.com:kartikra/recommender-lib.git && cd recommender-lib
poetry install 

Setting up jupyter notebook

Before running jupyter notebooks in this project make sure that poetry virtual environment is installed as its own jupyter kernel

poetry shell
python3 -m ipykernel install --name "Recsys" --user

After that do jupyter notebook and select the kernel "Recsys" for running notebook

Training Jobs