Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 357 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 357 Bytes

Fake-News-Detection

This is a simple model which first vectorizes the training data using TF-IDF and then uses Passive Aggressive Classifier to train on the input data.

The dataset can be found at: https://www.kaggle.com/sujikathir18/fake-news-detection/data

Input Data Vectorization Algorithm: TF-IDF

Training Alorithm: Passive Aggressive Classifier