This project predicts YouTube Shorts and TikTok video views using machine learning models. We analyze social media trends data from 2025 to understand what factors can be used to predict the video viewcount
Dataset Source: Kaggle / Hugging Face
Authors: Artur Idrissov, Timur Garifullin, Will O'Halloran
- XGBoost Regressor - Gradient boosting with hyperparameter tuning via GridSearchCV
- Linear Regression - With feature scaling (MinMaxScaler) and 5-fold cross-validation
- Polynomial Regression - Degree-2 polynomial features to capture non-linear relationships
- Neural Network (MLPRegressor) - Multi-layer perceptron with (64, 32) hidden layers