Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 595 Bytes

README.md

File metadata and controls

5 lines (5 loc) · 595 Bytes

Fake News Classifier (Introduction)

In this project we will be creating a Fake news classifier model that will classify the news based on the 'title' and 'text' (separate jupyter notebooks), whether it is 'Real' or 'Fake'. The dataset that we are using here is taken from www.kaggle.com and comprises of following features Id, Title, Author, Text and Label. Firstly we will preprocess the text data by using stemming and stopwords followed by using Bag of Words and TFIDF (separate jupyter notebooks) to convert text into vectors. Finally creating models and evaluating their performances.