forked from s478991/coachstats
CoachStats
This commit is contained in:
commit
942fb7e1d5
8
.gitignore
vendored
Normal file
8
.gitignore
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
|
||||
*~
|
||||
*.swp
|
||||
*.bak
|
||||
*.pyc
|
||||
*.o
|
||||
.DS_Store
|
||||
.token
|
24
README.md
Normal file
24
README.md
Normal file
@ -0,0 +1,24 @@
|
||||
|
||||
GEval sample classification challenge
|
||||
=====================================
|
||||
|
||||
Guess whether the weather is good for a walk (given temperature,
|
||||
wind and rain).
|
||||
|
||||
This is a sample/toy classification challenge for Gonito framework. Replace it with
|
||||
the description of your challenge.
|
||||
|
||||
Directory structure
|
||||
-------------------
|
||||
|
||||
* `README.md` — this file
|
||||
* `config.txt` — configuration file
|
||||
* `train/` — directory with training data
|
||||
* `train/in.tsv` — input data for the train set
|
||||
* `train/expected.tsv` — expected (reference) data for the train set
|
||||
* `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 @@
|
||||
--metric Accuracy --precision 4 --show-as-percentage --in-header in-header.tsv --out-header out-header.tsv
|
2034
dev-0/expected.tsv
Normal file
2034
dev-0/expected.tsv
Normal file
File diff suppressed because it is too large
Load Diff
2034
dev-0/in.tsv
Normal file
2034
dev-0/in.tsv
Normal file
File diff suppressed because it is too large
Load Diff
1
in-header.tsv
Normal file
1
in-header.tsv
Normal file
@ -0,0 +1 @@
|
||||
match_minute match_second position_x position_y play_type BodyPart Number_Intervening_Opponents Number_Intervening_Teammates Interference_on_Shooter outcome position_xM position_yM position_xM_r position_yM_r position_xM_std position_yM_std position_xM_std_r position_yM_std_r BodyPartCode Interference_on_Shooter_Code distance_to_goalM distance_to_centerM angle isFoot isHead header_distance_to_goalM High Low Medium
|
|
1
out-header.tsv
Normal file
1
out-header.tsv
Normal file
@ -0,0 +1 @@
|
||||
isGoal
|
|
2034
test-A/in.tsv
Normal file
2034
test-A/in.tsv
Normal file
File diff suppressed because it is too large
Load Diff
6100
train/expected.tsv
Normal file
6100
train/expected.tsv
Normal file
File diff suppressed because it is too large
Load Diff
6100
train/in.tsv
Normal file
6100
train/in.tsv
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user