Baselight

Serendipite's Article Dataset

Dataset to practice recommendation algorithms

@kaggle.rohitpant_serendipites_article_dataset

Train
@kaggle.rohitpant_serendipites_article_dataset.train

  • 50.16 KB
  • 16731 rows
  • 3 columns
user_id

User Id

article_id

Article Id

rating

Rating

14561
129341
1821
113651
12211
117151
111482
123591
19442
111711

CREATE TABLE train (
  "user_id" BIGINT,
  "article_id" BIGINT,
  "rating" BIGINT
);

Share link

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