04th Oct 2022
Fake News Prediction using Logistic Regression
Logistic Regression is a regression approach used for predicting only two possible values.
For this project, we will be building a machine learning model to classify whether the news is Real or Fake through the News data. Our goal is to work through this notebook by collecting data, preprocessing it, splitting it into testing and training datasets, train the model and evaluate the accuracy of our model.
We used the following dataset available through the Kaggle to work on this project:
Thanks to Kaggle for teaching me ML