Update README.md
This commit is contained in:
parent
78309497bb
commit
cf0b4a5622
31
README.md
31
README.md
@ -1,21 +1,20 @@
|
|||||||
## Titatnic Challenge
|
## Titatnic Challenge
|
||||||
|
|
||||||
Predict whether Titanic passengers survived based on their data
|
Predict whether Titanic passengers survived based on features like ticket class, age etc.
|
||||||
|
|
||||||
In.tsv data features:
|
in.tsv data features:
|
||||||
|
* PassengerId - id of given passenger
|
||||||
PassengerId - id of given passenger
|
* Pclass - Ticket class 1 = 1st, 2 = 2nd, 3 = 3rd
|
||||||
Pclass - Ticket class 1 = 1st, 2 = 2nd, 3 = 3rd
|
* Name - passenger name
|
||||||
Name - passenger name
|
* Sex - passenger sex (male/female)
|
||||||
Sex - passenger sex (male/female)
|
* Age - passenger age
|
||||||
Age - passenger age
|
* SibSp - number of siblings / spouses aboard the Titanic
|
||||||
SibSp - # of siblings / spouses aboard the Titanic
|
* Parch - number of parents / children aboard the Titanic
|
||||||
Parch - # of parents / children aboard the Titanic
|
* Ticket - ticket number
|
||||||
Ticket - ticket number
|
* Fare - passenger fare
|
||||||
Fare - passenger fare
|
* Cabin - cabin number
|
||||||
Cabin - cabin number
|
* Embarked - port of embarkation C = Cherbourg, Q = Queenstown, S = Southampton
|
||||||
Embarked - port of embarkation C = Cherbourg, Q = Queenstown, S = Southampton
|
|
||||||
|
|
||||||
|
|
||||||
Out.tsv data features:
|
out.tsv data features:
|
||||||
survival - whether passenger survived (1 = yes, 0 = no)
|
* Survival - whether passenger survived (1 = yes, 0 = no)
|
||||||
|
Loading…
Reference in New Issue
Block a user