Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 461 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 461 Bytes

RDAT

Rumour Detection and Analysis on Twitter

Introduction

The project trains a machine learning model to classify rumours on Twitter. And then analyse tweets that are classified as a rumour by the model.

Data extracted into train.data.txt.csv

main_tweet main_tweet_id replies label
text of main tweet main tweet id json string of all replies label class {rumour: 0, nonrumour: 1}