forked from kubapok/auta-public
dev-0 | ||
test-A | ||
train | ||
.gitignore | ||
config.txt | ||
names | ||
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 fileconfig.txt
— configuration filetrain/
— directory with training datatrain/train.tsv
— train set (48K entries)dev-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