Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/srineogi/recommendersystem-python
- Owner: SriNeogi
- Created: 2024-12-27T11:12:12.000Z (13 days ago)
- Default Branch: main
- Last Pushed: 2024-12-30T17:02:13.000Z (10 days ago)
- Last Synced: 2024-12-30T17:37:53.368Z (10 days ago)
- Topics: books, correlation, recommendation-system, recommender-system
- Language: Jupyter Notebook
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.