Book Recommendation Dataset
Build state-of-the-art models for book recommendation system
@kaggle.arashnic_book_recommendation_dataset
Build state-of-the-art models for book recommendation system
@kaggle.arashnic_book_recommendation_dataset
CREATE TABLE ratings (
"user_id" BIGINT,
"isbn" VARCHAR,
"book_rating" BIGINT
);
Anyone who has the link will be able to view this.