From 135cb02b15426c4b542bf47d0b158a660abf2b6b Mon Sep 17 00:00:00 2001 From: Yash Korgaonkar <149790894+yash-korgaonkar@users.noreply.github.com> Date: Tue, 23 Jun 2026 08:13:59 -0400 Subject: [PATCH 1/2] Add Project Omnibus - BCA Machine Learning Competition --- competitions.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/competitions.json b/competitions.json index d3c2d12..399f56a 100644 --- a/competitions.json +++ b/competitions.json @@ -1,5 +1,22 @@ { "data": [ + { + "name": "Project Omnibus - BCA Machine Learning Competition", + "url": "https://competition.bcamlc.com", + "tags": [ + "reinforcement learning", + "optimisation", + "measurable", + "tabular", + "geo", + "deep learning", + "search" + ], + "deadline": "1 Aug 2026", + "prize": "$1,000", + "platform": "Independent", + "sponsor": "Jane Street, AoPS, Nord Sec, Interview Buddy" + }, { "name": "Identify Gene Pairs Driving Metabolic Diseases (Part 3)", "url": "https://hub.crunchdao.com/competitions/broad-obesity-3?ref=mlcontests", From b2e218f910cfcd9da7b482bb95fd2b8091423713 Mon Sep 17 00:00:00 2001 From: Harald Carlens <7941504+hcarlens@users.noreply.github.com> Date: Tue, 23 Jun 2026 15:24:00 +0100 Subject: [PATCH 2/2] Make name more descriptive; add ref tags --- competitions.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/competitions.json b/competitions.json index 399f56a..338ea78 100644 --- a/competitions.json +++ b/competitions.json @@ -1,8 +1,8 @@ { "data": [ { - "name": "Project Omnibus - BCA Machine Learning Competition", - "url": "https://competition.bcamlc.com", + "name": "Project Omnibus: Optimise School Bus Routes", + "url": "https://competition.bcamlc.com?ref=mlcontests", "tags": [ "reinforcement learning", "optimisation",