This library provides notebooks that train machine learning models to predict the probability of survival for Titanic passengers. The library is used as an example in the course "Data Analytics with Python" at the Nuremberg Institute of Technology (Technische Hochshule Nürnberg Georg Simon Ohm).
The source code is currently hosted on GitHub at: https://github.com/c4ristian/titanic
conda env create -f environment.yml
conda activate titanic
python -m ipykernel install --user --name=titanic
jupyter notebook --notebook-dir="./notebooks"