Baselight

Cellphones Recommendations

Can be used for building a recommendation system model

@kaggle.meirnizri_cellphones_recommendations

Cellphones Ratings
@kaggle.meirnizri_cellphones_recommendations.cellphones_ratings

  • 4.79 KB
  • 990 rows
  • 3 columns
user_id

User Id

cellphone_id

Cellphone Id

rating

Rating

301
53
109
93
232
82
221
162
191
310

CREATE TABLE cellphones_ratings (
  "user_id" BIGINT,
  "cellphone_id" BIGINT,
  "rating" BIGINT
);

Share link

Anyone who has the link will be able to view this.