Fake News Prediction Dataset
Dataset is having records of real and fake news which can be used for prediction
@kaggle.rajatkumar30_fake_news
Dataset is having records of real and fake news which can be used for prediction
@kaggle.rajatkumar30_fake_news
CREATE TABLE news (
"unnamed_0" BIGINT,
"title" VARCHAR,
"text" VARCHAR,
"label" VARCHAR
);
Anyone who has the link will be able to view this.