A solution to the problem for my interview with Eni
Disclaimer: PEP8 is not respected due to the request of exporting the notebook via PDF
- Python >= 3.9.13
- A virtual environment with the following libraries installed:
- imblearn
- joblib
- numpy
- scikit-learn
- scikit-plot
To install the project requirements, it is advisable to create a virtual environment to isolate dependencies and avoid errors with your Python system installation.
To create a virtual environment, you can use this guide directly from the official documentation of Python.
Once the virtual environment has been set up, to install the required project packages one has to run the following instruction from the terminal:
pip install -r requirements.txt