Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/srineogi/recommendersystem-python

Recommender System
https://github.com/srineogi/recommendersystem-python

books correlation recommendation-system recommender-system

Last synced: 3 days ago
JSON representation

Recommender System

Awesome Lists containing this project

README

        

# Download the dataset from Kaggle

https://www.kaggle.com/datasets/arashnic/book-recommendation-dataset

# About
There are 3 CSV files - users, ratings and books, in the link above. We merge the datsets and subset it to create a pivot table with USER-ID in rows, and Book-Title in columns.

Using corrwith(), we find books most similar to The Pelican Brief by John Grisham.