Go to file
Jakub Pokrywka 16f279643d init 2021-04-26 14:19:14 +02:00
dev-0 init 2021-04-26 14:19:14 +02:00
test-A init 2021-04-26 14:19:14 +02:00
train init 2021-04-26 14:19:14 +02:00
.gitignore init 2021-04-26 14:19:14 +02:00
README.md init 2021-04-26 14:19:14 +02:00
config.txt init 2021-04-26 14:19:14 +02:00
names init 2021-04-26 14:19:14 +02:00

README.md

Gratka flats challenge 2017

Predict the price of flats in Poznań.

Directory structure

  • README.md — this file
  • config.txt — configuration file
  • train/ — directory with training data
  • train/train.tsv — 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