Serendipite's Article Dataset
Dataset to practice recommendation algorithms
@kaggle.rohitpant_serendipites_article_dataset
Dataset to practice recommendation algorithms
@kaggle.rohitpant_serendipites_article_dataset
CREATE TABLE article_info (
"article_id" BIGINT,
"website" VARCHAR,
"title" VARCHAR,
"content" VARCHAR
);
CREATE TABLE sample_submission_swfrjkc_fl0dvyc (
"user_id" BIGINT,
"article_id" BIGINT,
"rating" BIGINT
);
CREATE TABLE test_rgb6e5m_uhey6k3 (
"user_id" BIGINT,
"article_id" BIGINT
);
CREATE TABLE train (
"user_id" BIGINT,
"article_id" BIGINT,
"rating" BIGINT
);
Anyone who has the link will be able to view this.