/gapt

UM Group Assigned Practical Task 2022.

Primary LanguageJupyter NotebookMIT LicenseMIT

gapt

UM Group Assigned Practical Task 2022.

Aim

This project is associated with an ongoing Kaggle competition. From the competition’s description: The sinking of the Titanic is one of the most infamous shipwrecks in history. On April 15, 1912, during her maiden voyage, the widely considered “unsinkable” RMS Titanic sank after colliding with an iceberg. Unfortunately, there weren’t enough lifeboats for everyone onboard, resulting in the death of 1502 out of 2224 passengers and crew. While there was some element of luck involved in surviving, it seems some groups of people were more likely to survive than others. In this challenge, we ask you to build a predictive model that answers the question: “what sorts of people were more likely to survive?” using passenger data (ie name, age, gender, socio-economic class, etc).

Preview of Work

Install on your computer

  1. Clone Repository
  2. cd gapt/
  3. conda create --name gapt-venv --file requirements.txt
  4. conda activate gapt-venv
  5. conda install -c anaconda ipykernel
  6. python -m ipykernel install --user --name=gapt-venv
  7. jupyter notebook

Warning

This project is no longer maintained and may be vulnerable to known security flaws. Run and deploy at your own risk.