Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add dummy tags and domain values #91

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 25 additions & 1 deletion challenge_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,15 @@ is_docker_based: False
start_date: 2019-01-01 00:00:00
end_date: 2099-05-31 23:59:59
published: True

tags:
- random-number-generation
- machine-learning
- data-science
- computer-vision
domain:
- computer-vision
- machine-learning
- data-science
leaderboard:
- id: 1
schema:
Expand All @@ -39,6 +47,11 @@ challenge_phases:
description: templates/challenge_phase_1_description.html
leaderboard_public: False
is_public: True
challenge: 1
is_active: True
max_concurrent_submissions_allowed: 3
allowed_email_ids: []
disable_logs: False
is_submission_public: True
start_date: 2019-01-19 00:00:00
end_date: 2099-04-25 23:59:59
Expand Down Expand Up @@ -81,6 +94,11 @@ challenge_phases:
description: templates/challenge_phase_2_description.html
leaderboard_public: True
is_public: True
challenge: 2
is_active: True
max_concurrent_submissions_allowed: 3
allowed_email_ids: []
disable_logs: False
is_submission_public: True
start_date: 2019-01-01 00:00:00
end_date: 2099-05-24 23:59:59
Expand Down Expand Up @@ -131,15 +149,21 @@ challenge_phase_splits:
visibility: 1
leaderboard_decimal_precision: 2
is_leaderboard_order_descending: True
show_execution_time: True
show_leaderboard_by_latest_submission: True
- challenge_phase_id: 2
leaderboard_id: 1
dataset_split_id: 1
visibility: 3
leaderboard_decimal_precision: 2
is_leaderboard_order_descending: True
showeceution_time: False
show_leaderboard_by_latest_submission: False
- challenge_phase_id: 2
leaderboard_id: 1
dataset_split_id: 2
visibility: 1
leaderboard_decimal_precision: 2
is_leaderboard_order_descending: True
show_execution_time: True
show_leaderboard_by_latest_submission: True