forked from kubapok/auta-public
init
This commit is contained in:
commit
60e7521dcc
3
.gitignore
vendored
Normal file
3
.gitignore
vendored
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
*~
|
||||||
|
*.swp
|
||||||
|
*.pyc
|
27
README.md
Normal file
27
README.md
Normal file
@ -0,0 +1,27 @@
|
|||||||
|
|
||||||
|
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
|
1
config.txt
Normal file
1
config.txt
Normal file
@ -0,0 +1 @@
|
|||||||
|
--precision 1
|
1000
dev-0/expected.tsv
Normal file
1000
dev-0/expected.tsv
Normal file
File diff suppressed because it is too large
Load Diff
1000
dev-0/in.tsv
Normal file
1000
dev-0/in.tsv
Normal file
File diff suppressed because it is too large
Load Diff
1000
test-A/in.tsv
Normal file
1000
test-A/in.tsv
Normal file
File diff suppressed because it is too large
Load Diff
48002
train/train.tsv
Normal file
48002
train/train.tsv
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user