This repository contains a simple Python script for predicting sales based on advertising data using linear regression. The script uses the scikit-learn library for machine learning and seaborn and matplotlib for data visualization.
This repository contains a simple Python script for predicting sales based on advertising data using linear regression. The script uses the scikit-learn library for machine learning and seaborn and matplotlib for data visualization.
Make sure you have the following libraries installed:
pandas numpy seaborn matplotlib scikit-learn
You can install them using the following command:
pip install pandas numpy seaborn matplotlib scikit-learn