Skip to content

"Logistic regression-based model for predicting fake news, developed in a Google Colab notebook. It includes data preprocessing, model training, evaluation, and performance visualization using a labeled dataset of real and fake news articles."

Notifications You must be signed in to change notification settings

VrajPatel105/Fake-News-Prediction-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Fake News Prediction Model using Logistic Regression

This repository contains a machine learning model for detecting fake news, developed in a Jupyter notebook using Google Colab. The model uses Logistic Regression to classify news articles as real or fake based on various textual features.

Key Features

  • Binary Classification: Classifies news articles as either fake or real.
  • Logistic Regression: Utilizes Logistic Regression, a commonly used linear model, for binary classification.
  • High Accuracy: Achieves a competitive accuracy in detecting fake news.
  • Text Preprocessing: Includes techniques such as tokenization, stopword removal, and TF-IDF vectorization to prepare the text data for modeling.
  • Dataset: Trained and validated on a labeled dataset of fake and real news articles.
  • Performance Evaluation: Implements various performance metrics, including accuracy, precision, recall, F1-score, and confusion matrix, to evaluate the model.
  • Visualization: Provides visualizations of model performance through graphs and charts, aiding in the understanding of its efficacy.

Dataset

The dataset for this file can be found here: https://www.kaggle.com/c/fake-news/data

About

"Logistic regression-based model for predicting fake news, developed in a Google Colab notebook. It includes data preprocessing, model training, evaluation, and performance visualization using a labeled dataset of real and fake news articles."

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published