Skip to content

Latest commit

 

History

History
61 lines (32 loc) · 850 Bytes

README.md

File metadata and controls

61 lines (32 loc) · 850 Bytes

Fake_news_detection

Fake_News_Dectection

This Fake_News_Dectection program detects that the news is fake or real.

Links

Get news dataset from

  GET https://www.kaggle.com/datasets/clmentbisaillon/fake-and-real-news-dataset

Appendix

It classifies the news on the basis of 4 methods

  1. Logistic Regression
  2. Decision Tree classification
  3. Gradient Booster classifier
  4. Random Forest classifier

then, I tested the model by manual testing

\my accuracy was around 99%.

Authors

Deployment

To deploy this project run

  npm run deploy

Installation

Install my-project with npm

  npm install my-project
  cd my-project

Screenshots

Output:- ![(https://i.postimg.cc/3rD8w05S/Screenshot-2022-08-23-004913.png)]