Go to file
kubapok 5c4bb10ddf fix config 2021-05-01 12:22:39 +02:00
dev-0 init 2021-04-26 14:20:28 +02:00
test-A init 2021-04-26 14:20:28 +02:00
train init 2021-04-26 14:20:28 +02:00
.gitignore init 2021-04-26 14:20:28 +02:00
README.md init 2021-04-26 14:20:28 +02:00
config.txt fix config 2021-05-01 12:22:39 +02:00
names init 2021-04-26 14:20:28 +02:00

README.md

Cars challenge

Predict the price of a car.

The following features are available:

  • mileage
  • year
  • brand
  • engine type
  • engine capacity

Directory structure

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