This repository contains the implementation for Task 4 of the CodeAlpha Data Science Internship.
The goal is to predict future product sales based on advertising expenditures across different channels (TV, Radio, and Newspaper) and evaluate marketing ROI.
- Simulated marketing budget and sales distributions.
- Built a Multiple Linear Regression model to identify advertising channel effectiveness.
- Evaluated model accuracy using R² Score, MAE, and RMSE.
- Analyzed channel coefficients to determine optimal ad spend allocation.
- Radio & TV Advertising: Showed the highest positive impact on driving sales volume.
- Model Performance: Achieved an R² Score of ~90%+.
- Install dependencies:
pip install -r requirements.txt - Execute the script:
python app.py