Go to file
2018-02-27 12:50:03 +01:00
dev-0 Init commit: titanic 2018-02-27 12:50:03 +01:00
test-A Init commit: titanic 2018-02-27 12:50:03 +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
config.txt Init commit: titanic 2018-02-27 12:50:03 +01:00
README.md Init commit: titanic 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