881 B
881 B
GEval sample challenge
Guess the mass of a planet.
This is a sample challenge for Gonito framework (guessing the mass of a planet using its orbital period, orbital eccentricity and the number of its moons). Replace it with the description of your challenge.
Directory structure
README.md
— this fileconfig.txt
— configuration filetrain/
— directory with training datatrain/in.tsv
— input data for the train settrain/expected.tsv
— expected (reference) data for the train setdev-0/
— directory with dev (test) datadev-0/in.tsv
— input data for the dev setdev-0/expected.tsv
— expected (reference) data for the dev settest-A
— directory with test datatest-A/in.tsv
— input data for the test settest-A/expected.tsv
— expected (reference) data for the test set