titanic-dont-peek/README.md

24 lines
796 B
Markdown
Raw Normal View History

2018-02-27 12:50:03 +01:00
GEval sample classification challenge
=====================================
Guess whether the weather is good for a walk (given temperature,
wind and rain).
This is a sample/toy classification challenge for Gonito framework. Replace it with
the description of your challenge.
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