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