Skip to content

ginoferretti/data_challenge_eni

Repository files navigation

data_challenge_eni

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


Content of the notebooks

  1. Explorative data analysis&model_training

Project requirements

  • Python >= 3.9.13
  • A virtual environment with the following libraries installed:
    • imblearn
    • joblib
    • numpy
    • scikit-learn
    • scikit-plot

Install requirements

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published