Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.16 KB

File metadata and controls

19 lines (15 loc) · 1.16 KB

Collaborative-Filtering-based-Movie-Recommendation

For evaluation metrics, we had to use 3 extra libraries:

  1. pip3 install surprise
  2. pip3 install scikit-surprise
  3. pip3 install recmetrics

Important IT IS HIGHLY RECOMMENDED TO RUN THIS CODE ON LINUX MACHINE as "surprise" needs extra visual c++ dependencies while installing in windows.

===============================================================

1 2 3 4 5 6 7