This repository contains my solution approach for both simulation and forecasting problems proposed by Black Andes Analytics, a consulting firm that optimizes Supply Chains through Data Science.
$ python --version
Python 3.9.9
$ git clone https://github.com/paolorossig/black-andes-test.git
$ cd black-andes-test
$ python -m venv venv
$ source venv/bin/activate
$ pip install -r requirements.txt