From 146260fe25dcf79c477a75a438787ec27fef7f74 Mon Sep 17 00:00:00 2001 From: Enzo Caceres Date: Fri, 23 Jan 2026 17:08:55 +0100 Subject: [PATCH 01/10] Add Obesity ML Competition: Tackling Metabolic Diseases - Part 1 --- competitions.json | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) diff --git a/competitions.json b/competitions.json index 68f1f40..7a8e775 100644 --- a/competitions.json +++ b/competitions.json @@ -1,5 +1,51 @@ { "data": [ + { + "name": "Obesity ML Competition: Tackling Metabolic Diseases - Part 1", + "url": "https://hub.crunchdao.com/competitions/broad-obesity-1?ref=mlcontests", + "tags": [ + "supervised", + "regression", + "ranking", + "segmentation", + "science", + "medical", + "analysis", + "measurable", + "open", + "multiple", + "deep learning" + ], + "launched": "8 Dec 2025", + "registration-deadline": "1 May 2026", + "deadline": "1 May 2026", + "prize": "$12,000", + "platform": "CrunchDAO", + "sponsor": null, + "conference": null, + "conference_year": null + }, + { + "name": "Falcon: Price-Like Timeseries Forecasting Using Third-Party Predictions", + "url": "https://hub.crunchdao.com/competitions/falcon?ref=mlcontests", + "tags": [ + "finance", + "timeseries", + "forecasting", + "ranking", + "analysis", + "measurable", + "regression" + ], + "launched": "15 Oct 2025", + "registration-deadline": "31 Jan 2026", + "deadline": "31 Jan 2026", + "prize": "$30,000", + "platform": "CrunchDAO", + "sponsor": null, + "conference": null, + "conference_year": null + }, { "name": "Falcon: Price-Like Timeseries Forecasting Using Third-Party Predictions", "url": "https://hub.crunchdao.com/competitions/falcon?ref=mlcontests", From ef9224957f1a88b294bf208b1ecffe92627a664a Mon Sep 17 00:00:00 2001 From: Enzo Caceres Date: Fri, 23 Jan 2026 17:10:30 +0100 Subject: [PATCH 02/10] Update Falcon --- competitions.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/competitions.json b/competitions.json index 7a8e775..60dd9ad 100644 --- a/competitions.json +++ b/competitions.json @@ -38,9 +38,9 @@ "regression" ], "launched": "15 Oct 2025", - "registration-deadline": "31 Jan 2026", - "deadline": "31 Jan 2026", - "prize": "$30,000", + "registration-deadline": "31 Jan 2027", + "deadline": "31 Jan 2027", + "prize": "$10,000/month", "platform": "CrunchDAO", "sponsor": null, "conference": null, From 5364c483159c21e16127fa5d2eaa46d237becfe6 Mon Sep 17 00:00:00 2001 From: Enzo Caceres Date: Fri, 23 Jan 2026 17:13:02 +0100 Subject: [PATCH 03/10] Add Structural Break Reopening --- competitions.json | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/competitions.json b/competitions.json index 60dd9ad..812adcc 100644 --- a/competitions.json +++ b/competitions.json @@ -1,5 +1,24 @@ { "data": [ + { + "name": "Detect Structural Breaks in Time Series Data Continuous Edition", + "url": "https://hub.crunchdao.com/competitions/structural-break-open-benchmark", + "tags": [ + "supervised", + "tabular", + "timeseries", + "forecasting", + "measurable" + ], + "launched": "18 Dec 2025", + "registration-deadline": "31 Dec 2027", + "deadline": "31 Dec 2027", + "prize": "$6,000/month", + "platform": "CrunchDAO", + "sponsor": "ADIA Lab", + "conference": null, + "conference_year": null + }, { "name": "Obesity ML Competition: Tackling Metabolic Diseases - Part 1", "url": "https://hub.crunchdao.com/competitions/broad-obesity-1?ref=mlcontests", @@ -21,7 +40,7 @@ "deadline": "1 May 2026", "prize": "$12,000", "platform": "CrunchDAO", - "sponsor": null, + "sponsor": "ADIA Lab", "conference": null, "conference_year": null }, @@ -3900,7 +3919,7 @@ ], "prize": "$100,000", "platform": "CrunchDAO", - "sponsor": "ADIALAB" + "sponsor": "ADIA Lab" }, { "name": "Use OpenAI Models to Discover Archaeological Sites", From 7be642e013ff9c4c12e40d1c3d747b09ce16ae19 Mon Sep 17 00:00:00 2001 From: Enzo Caceres Date: Fri, 23 Jan 2026 17:16:25 +0100 Subject: [PATCH 04/10] Add DataCrunch v2 --- competitions.json | 30 +++++++++++++++++++++++++++--- 1 file changed, 27 insertions(+), 3 deletions(-) diff --git a/competitions.json b/competitions.json index 812adcc..05571ee 100644 --- a/competitions.json +++ b/competitions.json @@ -1,19 +1,43 @@ { "data": [ + { + "name": "DataCrunch v2", + "url": "https://hub.crunchdao.com/competitions/datacrunch-2?ref=mlcontests", + "tags": [ + "supervised", + "tabular", + "timeseries", + "forecasting", + "measurable", + "regression", + "open", + "finance" + ], + "launched": "5 Jan 2026", + "registration-deadline": "31 Dec 2027", + "deadline": "31 Dec 2027", + "prize": "$52,000/year", + "platform": "CrunchDAO", + "sponsor": "Crunch Capital", + "conference": null, + "conference_year": null + }, { "name": "Detect Structural Breaks in Time Series Data Continuous Edition", - "url": "https://hub.crunchdao.com/competitions/structural-break-open-benchmark", + "url": "https://hub.crunchdao.com/competitions/structural-break-open-benchmark?ref=mlcontests", "tags": [ "supervised", "tabular", "timeseries", "forecasting", - "measurable" + "measurable", + "open", + "finance" ], "launched": "18 Dec 2025", "registration-deadline": "31 Dec 2027", "deadline": "31 Dec 2027", - "prize": "$6,000/month", + "prize": "$6,000/quarter", "platform": "CrunchDAO", "sponsor": "ADIA Lab", "conference": null, From 3d506571c8e3fdc9447630477e227f1624bb2209 Mon Sep 17 00:00:00 2001 From: Enzo Caceres Date: Mon, 9 Feb 2026 10:01:08 -0800 Subject: [PATCH 05/10] Fixed prizes --- competitions.json | 39 +++++++++------------------------------ 1 file changed, 9 insertions(+), 30 deletions(-) diff --git a/competitions.json b/competitions.json index 05571ee..6af4dd4 100644 --- a/competitions.json +++ b/competitions.json @@ -14,9 +14,9 @@ "finance" ], "launched": "5 Jan 2026", - "registration-deadline": "31 Dec 2027", - "deadline": "31 Dec 2027", - "prize": "$52,000/year", + "registration-deadline": "31 Dec 2026", + "deadline": "31 Dec 2026", + "prize": "$52,000", "platform": "CrunchDAO", "sponsor": "Crunch Capital", "conference": null, @@ -35,9 +35,9 @@ "finance" ], "launched": "18 Dec 2025", - "registration-deadline": "31 Dec 2027", - "deadline": "31 Dec 2027", - "prize": "$6,000/quarter", + "registration-deadline": "31 Dec 2026", + "deadline": "31 Dec 2026", + "prize": "$24,000", "platform": "CrunchDAO", "sponsor": "ADIA Lab", "conference": null, @@ -64,28 +64,7 @@ "deadline": "1 May 2026", "prize": "$12,000", "platform": "CrunchDAO", - "sponsor": "ADIA Lab", - "conference": null, - "conference_year": null - }, - { - "name": "Falcon: Price-Like Timeseries Forecasting Using Third-Party Predictions", - "url": "https://hub.crunchdao.com/competitions/falcon?ref=mlcontests", - "tags": [ - "finance", - "timeseries", - "forecasting", - "ranking", - "analysis", - "measurable", - "regression" - ], - "launched": "15 Oct 2025", - "registration-deadline": "31 Jan 2027", - "deadline": "31 Jan 2027", - "prize": "$10,000/month", - "platform": "CrunchDAO", - "sponsor": null, + "sponsor": "Eric and Wendy Schmidt Center", "conference": null, "conference_year": null }, @@ -102,8 +81,8 @@ "regression" ], "launched": "15 Oct 2025", - "registration-deadline": "31 Jan 2026", - "deadline": "31 Jan 2026", + "registration-deadline": "28 Feb 2026", + "deadline": "28 Feb 2026", "prize": "$30,000", "platform": "CrunchDAO", "sponsor": null, From b86ed6032443e0579db93c799b363ce59ffdd27e Mon Sep 17 00:00:00 2001 From: Enzo Caceres Date: Mon, 9 Feb 2026 10:04:29 -0800 Subject: [PATCH 06/10] Add Synth --- competitions.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/competitions.json b/competitions.json index 6af4dd4..07116dc 100644 --- a/competitions.json +++ b/competitions.json @@ -1,5 +1,26 @@ { "data": [ + { + "name": "Synth: Synthetic Price Data", + "url": "https://hub.crunchdao.com/competitions/falcon?ref=mlcontests", + "tags": [ + "finance", + "timeseries", + "forecasting", + "ranking", + "analysis", + "measurable", + "regression" + ], + "launched": "19 Jan 2025", + "registration-deadline": "31 Dec 2026", + "deadline": "31 Dec 2026", + "prize": "$30,000", + "platform": "CrunchDAO", + "sponsor": null, + "conference": null, + "conference_year": null + }, { "name": "DataCrunch v2", "url": "https://hub.crunchdao.com/competitions/datacrunch-2?ref=mlcontests", From 1b467ef514ea69ac217422f63f06a9388e273a4f Mon Sep 17 00:00:00 2001 From: Enzo Caceres Date: Mon, 9 Feb 2026 12:20:56 -0800 Subject: [PATCH 07/10] Updated Falcon's end date --- competitions.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/competitions.json b/competitions.json index 07116dc..0ac59aa 100644 --- a/competitions.json +++ b/competitions.json @@ -102,8 +102,8 @@ "regression" ], "launched": "15 Oct 2025", - "registration-deadline": "28 Feb 2026", - "deadline": "28 Feb 2026", + "registration-deadline": "17 Feb 2026", + "deadline": "17 Feb 2026", "prize": "$30,000", "platform": "CrunchDAO", "sponsor": null, From d9acfe93a6dddccde1faf1bcb0ec22e14133b5a2 Mon Sep 17 00:00:00 2001 From: Enzo Caceres Date: Wed, 11 Feb 2026 03:10:59 -0800 Subject: [PATCH 08/10] Updated Falcon's end date --- competitions.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/competitions.json b/competitions.json index 0ac59aa..a47ec5f 100644 --- a/competitions.json +++ b/competitions.json @@ -102,8 +102,8 @@ "regression" ], "launched": "15 Oct 2025", - "registration-deadline": "17 Feb 2026", - "deadline": "17 Feb 2026", + "registration-deadline": "14 Feb 2026", + "deadline": "14 Feb 2026", "prize": "$30,000", "platform": "CrunchDAO", "sponsor": null, From 2df7e3d99ebf2d6c75535c07105786b810875955 Mon Sep 17 00:00:00 2001 From: Harald Carlens <7941504+hcarlens@users.noreply.github.com> Date: Tue, 24 Feb 2026 16:02:58 +0000 Subject: [PATCH 09/10] Tweak descriptions; remove Synth for now --- competitions.json | 27 ++------------------------- 1 file changed, 2 insertions(+), 25 deletions(-) diff --git a/competitions.json b/competitions.json index a47ec5f..946447c 100644 --- a/competitions.json +++ b/competitions.json @@ -1,28 +1,7 @@ { "data": [ { - "name": "Synth: Synthetic Price Data", - "url": "https://hub.crunchdao.com/competitions/falcon?ref=mlcontests", - "tags": [ - "finance", - "timeseries", - "forecasting", - "ranking", - "analysis", - "measurable", - "regression" - ], - "launched": "19 Jan 2025", - "registration-deadline": "31 Dec 2026", - "deadline": "31 Dec 2026", - "prize": "$30,000", - "platform": "CrunchDAO", - "sponsor": null, - "conference": null, - "conference_year": null - }, - { - "name": "DataCrunch v2", + "name": "Predict Cross-sectional Equity Returns", "url": "https://hub.crunchdao.com/competitions/datacrunch-2?ref=mlcontests", "tags": [ "supervised", @@ -31,7 +10,6 @@ "forecasting", "measurable", "regression", - "open", "finance" ], "launched": "5 Jan 2026", @@ -44,7 +22,7 @@ "conference_year": null }, { - "name": "Detect Structural Breaks in Time Series Data Continuous Edition", + "name": "Detect Structural Breaks in Time Series Data", "url": "https://hub.crunchdao.com/competitions/structural-break-open-benchmark?ref=mlcontests", "tags": [ "supervised", @@ -52,7 +30,6 @@ "timeseries", "forecasting", "measurable", - "open", "finance" ], "launched": "18 Dec 2025", From 5c4677540a58c39edec1e9dcf7e022f5640a98da Mon Sep 17 00:00:00 2001 From: Harald Carlens <7941504+hcarlens@users.noreply.github.com> Date: Tue, 24 Feb 2026 16:08:33 +0000 Subject: [PATCH 10/10] Change title of metabolic disease competition --- competitions.json | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/competitions.json b/competitions.json index 946447c..acc8a9d 100644 --- a/competitions.json +++ b/competitions.json @@ -42,20 +42,15 @@ "conference_year": null }, { - "name": "Obesity ML Competition: Tackling Metabolic Diseases - Part 1", + "name": "Identify Genes Driving Metabolic Diseases", "url": "https://hub.crunchdao.com/competitions/broad-obesity-1?ref=mlcontests", "tags": [ "supervised", "regression", "ranking", - "segmentation", "science", "medical", - "analysis", - "measurable", - "open", - "multiple", - "deep learning" + "measurable" ], "launched": "8 Dec 2025", "registration-deadline": "1 May 2026",