Competition Rules
Goal
Build the best tabular prediction system for the two held-out evaluation splits. Algorithms are unrestricted unless the organizer announces a separate rule before the competition starts.
Submission
- Submit only through the private submission channel announced by the organizer.
- Do not open a public GitHub PR containing your prediction CSV. Public PR diffs expose predictions to other participants.
- Filename:
자기이름.csv
- Example:
박상돈.csv
- Columns:
dataset,id,prediction
- One file per participant per accepted leaderboard entry; the single file must include both
conversion and credit rows.
- Daily limit: 3 scored attempts per GitHub account per day, measured in Asia/Seoul time
- Final metric: configured in
hackathon_admin/competition/config.json
Anti-leakage policy
- Do not manually label the test set.
- Do not use target values from the evaluation split.
- Do not submit predictions generated from another participant’s result.
- Do not publish your prediction CSV in this repository, public PRs, public issues, or public comments.
- Public discussion of general modeling approaches is allowed; sharing exact submitted predictions is not.
운영 원칙
- 제출 제한과 최종 지표는 대회 시작 전에 고정합니다.
- invalid 제출은 기록하지 않습니다.
- 최종 순위는 공식 리더보드 기준으로 확정합니다.