forked from kubapok/auta-public
681 B
681 B
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