Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions ML_simple_project/Titanic_servival_prediction/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Titanic Survival Prediction

## Problem statement
To train a 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).

## Structure of the dataset
The dataset is gathered from Kaggle.

Data Dictionary
- Variable - Definition Key
- survival - Survival 0 = No, 1 = Yes
- pclass - Ticket class 1 = 1st, 2 = 2nd, 3 = 3rd
- sex - Gender
- Age - Age in years
- sibsp - # of siblings / spouses aboard the Titanic
- parch - # of parents / children aboard the Titanic
- ticket - Ticket number
- fare - Passenger fare
- cabin - Cabin number
- embarked - Port of Embarkation (C = Cherbourg, Q = Queenstown, S = Southampton)


## Creator
- [Yasas](https://github.com/yasas4d)
Loading