Primary competition visual

Ernst & Young Carbon Prediction Competition

Helping Africa
Knowledge
Completed (almost 3 years ago)
Prediction
76 joined
37 active
Starti
Feb 23, 23
Closei
May 01, 23
Reveali
May 01, 23
About

The objective of this challenge is to create machine learning and deep learning models that use open-source CO2 emissions data (from satellite observations) to predict carbon emissions.

The predictors for this challenge are from Sentinel-5P, an ESA satellite dedicated to monitoring air pollution.

Approximately 800 locations were selected from 20 areas in South Africa, with a distribution around farm lands, cities and power plants.

The train set contains 361 locations and the test contains 137 locations.

Seven main features were extracted weekly from Sentinel-5P from January 2019 to November 2022. Each feature (Sulphur Dioxide, Carbon Monoxide, etc) contain sub features such as column_number_density which is the vertical column density at ground level, calculated using the DOAS technique. You can read more about each feature in the below links, including how they are measured and variable definitions.

The sentinel 5p data provided was extracted from google earth engine. The following pollutants were extracted from their respective images.

More info on Sentinel 5p data can be found here.

How to use Colab on Zindi

How to mount a drive on Colab

Files
Description
Files
Is an example of what your submission file should look like. The order of the rows does not matter, but the names of the "lat_long_ year_week_ID" must be correct.
Test resembles Train.csv but without the target-related columns. This is the dataset on which you will apply your model to.
Train contains the target. This is the dataset that you will use to train your model.
This is a starter notebook to help you make your first submission. If the file open weirdly you can ctrl-S and it will save to your download folder.
If you need more clarification please read this document.