titanic-dont-peek/README.md

21 lines
723 B
Markdown
Raw Permalink Normal View History

2018-02-27 13:02:23 +01:00
Titanic challenge
2018-02-27 12:50:03 +01:00
=====================================
2018-02-27 13:02:23 +01:00
Guess who survived from the disaster.
2018-02-27 12:50:03 +01:00
2018-02-27 13:02:23 +01:00
Giving many information about passengers (e.g. sex, fare, class and many more), predict who could stay alive.
2018-02-27 12:50:03 +01:00
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