Titanic Survival Prediction
Challenge:
We want you to use the Titanic passenger data (name, age, ticket price, etc.) to forecast who will survive
and who will perish.
Overview:
In this article, we will examine the trained and test data, which includes passenger-specific information.
With the information, we will determine who will survive.
Environment and Libraries:
We have implemented the project using Python 3 environment. The libraries used are
ï‚· NumPy: Used for performing mathematical operations in arrays.ï€
ï‚· Pandas: For analyzing and reading the data.ï€
ï‚· Matplotlib: For visualization of data in the form of graphs.ï€
ï‚· Sklearn: To implement Machine learning techniques.ï€
ï‚· Seaborn: For visualization of data.ï€
Data:
A total of 3 different datasets have been provided for us to use, namely train.csv, test.csv and
gender_submission.csv. The files can be accessed using the following links: