Closed Varunshiyam closed 1 hour ago
Thanks for creating the issue in ML-Nexus!π Before you start working on your PR, please make sure to:
Hello @Varunshiyam! Your issue #770 has been closed. Thank you for your contribution!
Hello @Varunshiyam! Your issue #770 has been closed. Thank you for your contribution!
Is your feature request related to a problem? Please describe.
The goal of this project is to predict the sales revenue generated from different advertising budgets across media channels like TV, radio, and newspapers. By predicting the influence of advertisement spending on sales, this project aims to provide actionable insights to optimize ad budgets and maximize returns.
Describe the solution you'd like
The project analyzes the impact of advertisement budgets across various media channels (TV, radio, newspaper) on sales revenue. By employing multiple regression models, it predicts sales as a function of ad spending in each channel. Key performance metrics such as R-squared, Mean Squared Error (MSE), and Root Mean Squared Error (RMSE) are used to evaluate and compare model accuracy. This project uses the advertising dataset from Kaggle to train and test these models.