Skip to content

Jupyter notebooks to predict the probability of survival for Titanic passengers.

Notifications You must be signed in to change notification settings

c4ristian/titanic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Titanic

What is it?

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).

Where to get it

The source code is currently hosted on GitHub at: https://github.com/c4ristian/titanic

Setup

conda env create -f environment.yml

conda activate titanic

Install Kernel

python -m ipykernel install --user --name=titanic

Run Notebooks

jupyter notebook --notebook-dir="./notebooks"

License

Apache 2.0

About

Jupyter notebooks to predict the probability of survival for Titanic passengers.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published