This code implements an additif model to predict swimwear sales.
To use this code, download the dataset and enter the path to him in the main in the csv_path variable.
Here's the result:
- Python 3.x
- pandas library (can be installed via
pip install pandas
) - numpy library (can be installed via
pip install numpy
) - sklearn library (can be installed via
pip install scikit-learn
) - matplotlib library (can be installed via
pip install matplotlib
)