For running the example you can use Jupyter lab (Jupyter notebook).
To run the example in the repository:
- Install all dependencies (you can use virtual environment): pip install -r requirements.txt
- Download data from Kaggle https://www.kaggle.com/c/titanic/data and save it to the data/ folder (what you have to create in the root of repository)
- Open src/example.ipynb in Jupyter lab
- Run all cells, this can take some time