Primary competition visual

Inundata: Mapping Floods in South Africa

Helping South Africa
$10 000 USD
Completed (~1 year ago)
Classification
1340 joined
315 active
Starti
Nov 22, 24
Closei
Feb 16, 25
Reveali
Feb 17, 25
User avatar
Abdourahamane_
Carnegie Mellon University Africa
Are the composite images helpful ???
Help · 17 Dec 2024, 14:50 · 4

Hello guys , hope you are all doing great . I am writing to ask if you find the composite images helpful for improving your model performance ???

For the top scorers @Koleshjr @private_1x @Papito could you please tell us how do you handle the extremely class imbalance .

  label
0    491702
1       318
Name: count, dtype: int64

I have tried using SMOTE , undersampling the majority classes but it has significantly increases my Log Loss score from 0.0048 to 0.33 .

Discussion 4 answers
User avatar
Koleshjr
Multimedia university of kenya

My opinions based on what has worked for me

* don't handle the imbalance , leave it as it is and use a good cross validation that takes into account the class imbalance.

* Yes the composite images are important

18 Dec 2024, 06:45
Upvotes 0
User avatar
Abdourahamane_
Carnegie Mellon University Africa

Thanks for the answers , I truly appreciate it .

I've run the starter notebook twice: once with both the datasets and once with just the rainfall data set and the difference is very slight, not far away from the benchmark. I've run my one notebook, just with rainfall dataset with an hybrid deep learning model achiving a not so bad performance of 0.0056. I've not dealt with imbalance as yet. I'm planning to apply some Feature Engineering

26 Jan 2025, 14:18
Upvotes 0
User avatar
Abdourahamane_
Carnegie Mellon University Africa

Thank you very much for your insights @dueprincipati. I have also noticed that the images are not very helpful that is why I decided to solely focus on the rainfall data for training my model .

Regarding the class imbalance whenever I tried to handle it my model performance significantly decreases I have end up by leaving the class imbalance as it is and it seems to work .

26 Jan 2025, 14:35
Upvotes 1