Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 569 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 569 Bytes

Book Recommendation System

A recommendation system for suggesting new books given similar books.

Datasets

Notebooks

  • goodreads-EDA.ipynb: Data cleaning and investigation
  • book-recsys.ipynb: first pass at simple and content based recommendations
  • goodreads-book-recsys-kaggle-v1.ipynb: All EDA and models. Added hybrid rating weighted and content based recommendations.