This commit is contained in:
Filip Gralinski 2021-08-24 19:03:29 +02:00
commit f959b89d58
10 changed files with 438286 additions and 0 deletions

8
.gitignore vendored Normal file
View File

@ -0,0 +1,8 @@
*~
*.swp
*.bak
*.pyc
*.o
.DS_Store
.token

9
README.md Normal file
View File

@ -0,0 +1,9 @@
Challenging America geo prediction
===================================
Guess publication location for a piece of text
Evaluation metric
-----------------
Vincenty distance is the metric

1
config.txt Normal file
View File

@ -0,0 +1 @@
--metric Haversine --precision 2 --in-header in-header.tsv --out-header out-header.tsv

6244
dev-0/expected.tsv Normal file

File diff suppressed because it is too large Load Diff

BIN
dev-0/in.tsv.xz Normal file

Binary file not shown.

1
in-header.tsv Normal file
View File

@ -0,0 +1 @@
FileId Text
1 FileId Text

1
out-header.tsv Normal file
View File

@ -0,0 +1 @@
Longitude Latitude
1 Longitude Latitude

BIN
test-A/in.tsv.xz Normal file

Binary file not shown.

432022
train/expected.tsv Normal file

File diff suppressed because it is too large Load Diff

BIN
train/in.tsv.xz Normal file

Binary file not shown.