Primary competition visual

Air Quality Prediction from Low-Cost IoT devices

Helping Nigeria
100 000 NGN
Challenge completed 9 months ago
116 joined
68 active
Starti
Jan 30, 25
Closei
Feb 02, 25
Reveali
Feb 02, 25
About

The dataset is divided into:

  1. Training Data: Contains sensor readings and corresponding CO2 levels measured by the reference meter. This is used to train the machine learning model.
  2. Test Data: Contains sensor readings without CO2 values. Participants must use their models to predict CO2 levels for this dataset, which will be evaluated against unseen ground truth values. This has a 70 - 30 split for Public and Private dataset respectively.
Files
Description
Files
This file describes the variables found in train and test.
This is a starter notebook to help you make your first submission.
Is an example of what your submission file should look like. The order of the rows does not matter, but the names of the "ID" must be correct.
Train contains the target. This is the dataset that you will use to train your model.
Test resembles Train.csv but without the target-related columns. This is the dataset on which you will apply your model to.