Rumour Detection and Analysis on Twitter
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.
| 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} |