music-reverse-recommendation

Please open the notebook on nbviewer by clicking on the badge below or on a jupyter server for the dynamic html to render properly.

nbviewer

Reverse music recommendation on the last.fm dataset using Matrix Factorization.

to reproduce environment:

  • with conda: conda env create --file environment.yml
  • with pip: pip install -r requirements.txt

If using jupyterlab execute the following for the tqdm bar to render properly:

jupyter labextension install @jupyter-widgets/jupyterlab-manager