Skip to content

This project focuses on detecting fake news using machine learning algorithms such as Logistic Regression, Decision Tree Classifier, Random Forest Classifier, and Gradient Boost Classifier. It preprocesses text, extracts features with TF-IDF, and evaluates performance using accuracy, precision, recall, F1 score, and support.

Notifications You must be signed in to change notification settings

nageswarik29/Fake-News-Detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Fake News Detection

This project focuses on detecting fake news using machine learning algorithms. It preprocesses news articles, extracts features using TF-IDF, and employs multiple classifiers to identify whether a news article is real or fake. The project also evaluates model performance using metrics like accuracy, precision, recall, F1 score, and support.

Overview

Fake news detection is a critical step in combating misinformation. This project uses machine learning algorithms such as:

  • Logistic Regression
  • Decision Tree Classifier
  • Random Forest Classifier
  • Gradient Boosting Classifier

The text data is preprocessed, transformed into numerical features using TF-IDF Vectorizer, and fed into these classifiers for prediction.

Features

  • Preprocessing text (removal of stopwords, punctuation, and irrelevant data).
  • TF-IDF for feature extraction.
  • Multiple classifiers for improved accuracy.
  • Model evaluation using standard performance metrics.

About

This project focuses on detecting fake news using machine learning algorithms such as Logistic Regression, Decision Tree Classifier, Random Forest Classifier, and Gradient Boost Classifier. It preprocesses text, extracts features with TF-IDF, and evaluates performance using accuracy, precision, recall, F1 score, and support.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published