Identification of Fake Twitter Users
Link to dataset: Efficient detection of fake Twitter followers
- Data preprocessing removing NaN etc.
- Model Training and Accuracy = Decision Tree Classfication
- Creation of pickle file
['name_wt', 'statuses_count', 'followers_count', 'friends_count', 'favourites_count', 'listed_count']
and will return label value which would indicate fake or genuine/true Twitter user.
| parameters | in Twitter terms |
|---|---|
| status_count | number of tweets |
| followers_count | followers |
| friends_count | following |
| favourite_count | no. of likes |
| listed_count | no. of list |
- Function to calc
name_wtto be passed in as parameter - Frontend
- Server Flask

