titanic-dont-peek/README.md
2018-02-27 13:02:23 +01:00

21 lines
723 B
Markdown

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