Primary competition visual

Africa Biomass Challenge

Helping Côte d'Ivoire
$10 000 USD
Completed (almost 3 years ago)
Earth Observation
Prediction
1223 joined
276 active
Starti
Jan 27, 23
Closei
May 21, 23
Reveali
May 21, 23
1st Place Solution Summary
Notebooks · 24 May 2023, 09:16 · 3

Outlier Treatment:

My solution greatly benefited from eliminating outliers. I removed target values that were below 20 AGBD and above 300 AGBD.

Feature Engineering:

Cloud Masking:

Both the training and testing images exhibited a significant presence of clouds. To address this issue, I generated a cloud mask and replaced the corresponding pixels in the training and testing images with their mean values.

Vegetation Indices:

I generated a total of 187 distinct vegetation indices. The top 10 vegetation indices, identified through model feature importance, are as follows:

  1. NMDI - Normalized Multi-band Drought Index.
  2. S2REP - Sentinel-2 Red-Edge Position.
  3. SIPI - Structure Insensitive Pigment Index.
  4. TTVI - Transformed Triangular Vegetation Index.
  5. MTCI - MERIS Terrestrial Chlorophyll Index.
  6. NHFD - Non-Homogeneous Feature Difference.
  7. NBRplus - Normalized Burn Ratio Plus.
  8. MIRBI - Mid-Infrared Burn Index.
  9. IBI - Index-Based Built-Up Index.
  10. AWEInsh - Automated Water Extraction Index with Shadows Elimination.

Training and validation sets:

The training data was divided into 25 folds, with the sixth fold utilized as the validation set, and the remaining 24 folds used for training.

Modelling:

The model employed for this solution was Lightgbm, with the objective set to quantile.

Discussion 3 answers

Elegant solution. Congrats :)

24 May 2023, 09:24
Upvotes 0
User avatar
Raheem_Nasirudeen
The polytechnic ibadan

Elegant one.

24 May 2023, 09:53
Upvotes 0

Congrats ! I thought luck played an important role in the final LB but you proved me wrong. It seems that preprocessing was the key.

Hats off!

25 May 2023, 08:37
Upvotes 0