-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathcompetition.yaml
More file actions
executable file
·60 lines (54 loc) · 1.34 KB
/
competition.yaml
File metadata and controls
executable file
·60 lines (54 loc) · 1.34 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
version: 2
title: Templat competition - Dummy classification
description: Dummy classification task
image: logo.png
registration_auto_approve: False # if True, do not require approval from admin to join the comp
terms: pages/terms.md
pages:
- title: Participation
file: pages/participate.md
- title: Seed
file: pages/seed.md
- title: Timeline
file: pages/timeline.md
tasks:
- index: 0
name: Developement Task
description: 'Tune models with training data, test against examples contained in public test data'
input_data: dev_phase/input_data/
reference_data: dev_phase/reference_data/
ingestion_program: ingestion_program/
scoring_program: scoring_program/
solutions:
- index: 0
tasks:
- 0
path: solution/
phases:
- name: Development Phase
description: 'Development phase: tune your models.'
start: 10-07-2025
end: 03-31-2026
tasks:
- 0
leaderboards:
- title: Results
key: main
columns:
- title: Test Accuracy
key: test
index: 0
sorting: asc
- title: Private Test Accuracy
key: private_test
index: 1
sorting: asc
hidden: True
- title: Train time
key: train_time
index: 2
sorting: desc
- title: Test time
key: test_time
index: 3
sorting: desc