Titanic: Machine Learning from Disaster | Kaggle

This is a jupyter notebook exploring the Kaggle Titanic competition. My first proper attempt using this format so expect bad formatting :-).

Contents

  • Environment
  • Importing Data
  • Exploring the Data

The Environment

Nothing that special as it stands, everything you would expect in a python data project! Currently making use of the following libraries for analysis and plots:


In [1]:
import pandas as pd # for data manipulation
import matplotlib.pyplot as plt # for visulatisation