This project uses a Linear Regression model to predict product sales based on advertising budgets for TV, Radio, and Newspaper.
- A Jupyter notebook that trains and tests the model
- Dataset:
sales data file.csv - A custom function that lets users enter ad budgets to get a sales prediction
- Clone or download the repo
- Install requirements (if needed):
pip install pandas scikit-learn numpy