Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 616 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 616 Bytes

TitanicData

Inference or Analyis of Passengers in Titanic Dataset to determine the gender Dependancy on Survival

  • The Dataset is obtained from Kaggle Website (https://www.kaggle.com/c/titanic) The Work is Shown in the Jupyter Notebook with Numpy and Pandas Used as Tools for Data Exploration and Wrangling and Python as the Primary Language
  • The main takeaway was that female passengers had a better chance of survival and there is no definate relationship between age and chances of survival

The Following Project is part of the Submission towards Machine Learning Nanodegree provided by Udacity