Go to file
Tomasz Dwojak 8813f86a1f Add exptected to test A 2018-02-27 13:03:34 +01:00
dev-0 Init commit: titanic 2018-02-27 12:50:03 +01:00
test-A Add exptected to test A 2018-02-27 13:03:34 +01:00
train Init commit: titanic 2018-02-27 12:50:03 +01:00
.gitignore Init commit: titanic 2018-02-27 12:50:03 +01:00
README.md Fix README 2018-02-27 13:02:23 +01:00
config.txt Init commit: titanic 2018-02-27 12:50:03 +01:00

README.md

Titanic challenge

Guess who survived from the disaster.

Giving many information about passengers (e.g. sex, fare, class and many more), predict who could stay alive.

Directory structure

  • README.md — this file
  • config.txt — configuration file
  • train/ — directory with training data
  • train/train.tsv — sample train set
  • dev-0/ — directory with dev (test) data
  • dev-0/in.tsv — input data for the dev set
  • dev-0/expected.tsv — expected (reference) data for the dev set
  • test-A — directory with test data
  • test-A/in.tsv — input data for the test set
  • test-A/expected.tsv — expected (reference) data for the test set