Cellphones Recommendations
Can be used for building a recommendation system model
@kaggle.meirnizri_cellphones_recommendations
Can be used for building a recommendation system model
@kaggle.meirnizri_cellphones_recommendations
CREATE TABLE cellphones_ratings (
"user_id" BIGINT,
"cellphone_id" BIGINT,
"rating" BIGINT
);
Anyone who has the link will be able to view this.