• Preprocessed a dataset of news articles using Python and applying the tf-idf vectorizer to transform the
text into numerical features.
• Logistic regression was chosen as the appropriate machine learning model and was trained using the preprocessed dataset.