Go to file
Jakub Pokrywka a32ff74ecc Update 'README.md' 2023-12-04 15:26:09 +01:00
dev-0 CoachStats 2023-12-01 13:57:08 +01:00
test-A remove test-expected 2023-12-01 14:31:28 +01:00
train CoachStats 2023-12-01 13:57:08 +01:00
.gitignore CoachStats 2023-12-01 13:57:08 +01:00
README.md Update 'README.md' 2023-12-04 15:26:09 +01:00
config.txt CoachStats 2023-12-01 13:57:08 +01:00
in-header.tsv CoachStats 2023-12-01 13:57:08 +01:00
out-header.tsv CoachStats 2023-12-01 13:57:08 +01:00

README.md

CoachStats

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/in.tsv — input data for the train set
  • train/expected.tsv — expected (reference) data for the 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