Skip to content

AryanKaushal2002/Fake-News-Prediction-Model

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Fake News Prediction Model

License

This repository contains a Jupyter Notebook file that implements a machine learning model for predicting fake news. The model is built using logistic regression and Python.

Dataset

  • The model is trained on the Fake News competition dataset.
  • The dataset consists of various textual features and labels indicating whether the news is fake or not.

Model

  • The model is based on a supervised learning algorithm called logistic regression.
  • It uses a linear classifier to predict the probability of a news article being fake or not based on its features.

Usage

  • Download the Fake News competition dataset.
  • Place the dataset file in the same directory as the Jupyter Notebook file.
  • Open the Jupyter Notebook file in this repository.
  • Run the notebook to train the model and make predictions on new data.

Requirements

  • Python (version 3.6 or higher)
  • scikit-learn (version 0.24 or higher)
  • Jupyter Notebook

Results

  • The results can be viewed and analyzed within the Jupyter Notebook.

License

This project is licensed under the MIT License. See the LICENSE file for more details.

Acknowledgments

  • The Fake News competition dataset is provided by Kaggle.
  • The model implementation and techniques are inspired by various resources and tutorials in the field of machine learning.

For more details and a step-by-step guide, refer to the Jupyter Notebook file in this repository.

About

Develop a machine learning program to identify when an article might be fake news.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published