Skip to content

Spartee/Book-recommendation-system

Repository files navigation

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.