Add README
This commit is contained in:
parent
26d0127c17
commit
78309497bb
21
README.md
Normal file
21
README.md
Normal file
@ -0,0 +1,21 @@
|
||||
## Titatnic Challenge
|
||||
|
||||
Predict whether Titanic passengers survived based on their data
|
||||
|
||||
In.tsv data features:
|
||||
|
||||
PassengerId - id of given passenger
|
||||
Pclass - Ticket class 1 = 1st, 2 = 2nd, 3 = 3rd
|
||||
Name - passenger name
|
||||
Sex - passenger sex (male/female)
|
||||
Age - passenger age
|
||||
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
|
||||
|
||||
|
||||
Out.tsv data features:
|
||||
survival - whether passenger survived (1 = yes, 0 = no)
|
Loading…
Reference in New Issue
Block a user