Primary competition visual

Wildfire Prediction Challenge

Helping Zimbabwe
Get Started!
Completed (over 1 year ago)
Prediction
312 joined
87 active
Starti
Jul 16, 24
Closei
Aug 14, 24
Reveali
Aug 14, 24
About

We’ve split up Zimbabwe into 533 equal areas, centered around the locations provided in the lat/lon columns. The target variable, burn_area, is the percentage of the area that has been burned in a given month. Due to the way it’s measured, there may be some overlap of burned areas for two successive months, and so the total burned area over a time period isn’t necessarily equal to the sum of the ‘burn_area’ figures for all months. You are not permitted to use external data in this competition.

The additional data included in the test and train files is as follows:

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 "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 file describes the variables found in train and test.
This is a starter notebook to help you make your first submission.