From 42e5d21f167ec00e5b717a0b1d4d806a904bfc7e Mon Sep 17 00:00:00 2001 From: aaronjoel Date: Thu, 2 Apr 2026 15:38:25 +0200 Subject: [PATCH 1/2] Added 3 new Zindi competitions to mlcontest. --- competitions.json | 50 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) diff --git a/competitions.json b/competitions.json index 58a3b91..9f86ec1 100644 --- a/competitions.json +++ b/competitions.json @@ -6104,6 +6104,56 @@ "sponsor": "Google DeepMind", "conference": null, "conference_year": null + }, + { + "name": "TAHMO Incoming Solar Radiation Prediction Challenge", + "url": "https://zindi.africa/competitions/tahmo-incoming-solar-radiation-prediction-challenge?utm_source=mlcontest&utm_medium=referral&utm_campaign=compupdates", + "tags": [ + "supervised", + "prediction", + "satellite" + ], + "launched": "01 Apr 2026", + "registration-deadline": "24 May 2026", + "deadline": "24 May 2026", + "prize": "$10,000", + "platform": "Zindi", + "sponsor": "Google DeepMind", + "conference": null, + "conference_year": null + }, + { + "name": "Nedbank Transaction Volume Forecasting Challenge", + "url": "https://zindi.africa/competitions/nedbank-transaction-volume-forecasting-challenge?utm_source=mlcontest&utm_medium=referral&utm_campaign=compupdates", + "tags": [ + "supervised", + "forecasting", + "timeseries" + ], + "launched": "01 Apr 2026", + "registration-deadline": "04 May 2026", + "deadline": "04 May 2026", + "prize": "R250,000", + "platform": "Zindi", + "sponsor": "Nedbank", + "conference": null, + "conference_year": null + }, + { + "name": "Telco Troubleshooting Agentic Challenge", + "url": "https://zindi.africa/competitions/telco-troubleshooting-agentic-challenge?utm_source=mlcontest&utm_medium=referral&utm_campaign=compupdates", + "tags": [ + "llm", + "agents" + ], + "launched": "01 Apr 2026", + "registration-deadline": "19 May 2026", + "deadline": "19 May 2026", + "prize": "€40,000", + "platform": "Zindi", + "sponsor": "HUAWEI", + "conference": null, + "conference_year": null } ] } From 7b71ca074f9358400a8b2389ef116f7ebbc381d0 Mon Sep 17 00:00:00 2001 From: Harald Carlens <7941504+hcarlens@users.noreply.github.com> Date: Fri, 3 Apr 2026 15:08:58 +0100 Subject: [PATCH 2/2] Fix competition names and currencies --- competitions.json | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/competitions.json b/competitions.json index 49bb6d7..d2c044c 100644 --- a/competitions.json +++ b/competitions.json @@ -6115,11 +6115,13 @@ "conference_year": null }, { - "name": "TAHMO Incoming Solar Radiation Prediction Challenge", + "name": "Predict Solar Radiation at Weather Stations", "url": "https://zindi.africa/competitions/tahmo-incoming-solar-radiation-prediction-challenge?utm_source=mlcontest&utm_medium=referral&utm_campaign=compupdates", "tags": [ "supervised", "prediction", + "regression", + "geo", "satellite" ], "launched": "01 Apr 2026", @@ -6150,17 +6152,19 @@ "conference_year": null }, { - "name": "Nedbank Transaction Volume Forecasting Challenge", + "name": "Predict Bank Transaction Volume from Behavioural Signals", "url": "https://zindi.africa/competitions/nedbank-transaction-volume-forecasting-challenge?utm_source=mlcontest&utm_medium=referral&utm_campaign=compupdates", "tags": [ "supervised", "forecasting", - "timeseries" + "timeseries", + "regression", + "measurable" ], "launched": "01 Apr 2026", "registration-deadline": "04 May 2026", "deadline": "04 May 2026", - "prize": "R250,000", + "prize": "$15,000", "platform": "Zindi", "sponsor": "Nedbank", "conference": null, @@ -6185,16 +6189,17 @@ "conference_year": null }, { - "name": "Telco Troubleshooting Agentic Challenge", + "name": "Build AI Agents for Telecom Network Troubleshooting", "url": "https://zindi.africa/competitions/telco-troubleshooting-agentic-challenge?utm_source=mlcontest&utm_medium=referral&utm_campaign=compupdates", "tags": [ "llm", - "agents" + "agents", + "measurable" ], "launched": "01 Apr 2026", "registration-deadline": "19 May 2026", "deadline": "19 May 2026", - "prize": "€40,000", + "prize": "$46,000", "platform": "Zindi", "sponsor": "HUAWEI", "conference": null,