--- datasets: - CIS5190FinalProj/train_df --- Model Details: This model classifies news headlines as either NBC or Fox News. Model Description: Developed by: Jack Bader, Kaiyuan Wang, Pairan Xu Task: Binary classification (NBC News vs. Fox News) Preprocessing: TF-IDF vectorization applied to the text data stop_words = "english" max_features = 1000 Model type: Random Forest Framework: Scikit-learn