Skip to content

rahulb813/veracious-prophecy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Veracious Prophecy

Introduction

  • A logistic regression based ML model that's trained with a dataset with 20k+ values.
  • Predicts real v/s fake news based on text stemming.

Intuition

The use of logistic regression is done because the final output predicted by this model is supposed to be a binary value which results that the news/article is real or fake. Refer here for further details.

Technologies Used

  • Python
  • sklearn
  • numpy
  • PorterStemmer

Dataset

A single train.csv dataset obtained from Kaggle is split into 80%-20% for training and testing the model.

Testing

The model is trained with 80% and tested with 20% of the train.csv dataset and the accuracy of the model was 96% and 94% respectively.

Deployment

A live version of the main.ipynb is uploaded at Google Drive.

About

A logistic regression based ML model trained with a dataset of 20000+ values for prediction of real v/s fake news.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors