Primary competition visual

Ghana’s Indigenous Intel Challenge [BEGINNERS ONLY]

Helping Ghana, Algeria
and 53 other countries
  • Ghana
  • Algeria
  • Angola
  • Benin
  • Botswana
  • Burkina Faso
  • Burundi
  • Cameroon
  • Cabo Verde
  • Central African Republic
  • Chad
  • Comoros
  • Congo (Republic of the)
  • Congo (Democratic Republic of the)
  • Djibouti
  • Egypt
  • Equatorial Guinea
  • Eritrea
  • Eswatini
  • Ethiopia
  • Gabon
  • Gambia
  • Guinea
  • Guinea-Bissau
  • CĂ´te d'Ivoire
  • Kenya
  • Lesotho
  • Liberia
  • Libya
  • Madagascar
  • Malawi
  • Mali
  • Mauritania
  • Mauritius
  • Morocco
  • Mozambique
  • Namibia
  • Niger
  • Nigeria
  • Rwanda
  • Sao Tome and Principe
  • Senegal
  • Seychelles
  • Sierra Leone
  • Somalia
  • South Sudan
  • South Africa
  • Sudan
  • Tanzania
  • United Republic of
  • Togo
  • Tunisia
  • Uganda
  • Zambia
  • Zimbabwe
  • Scroll to see more
$2 500 USD
Challenge completed ~2 months ago
Prediction
910 joined
565 active
Starti
Aug 14, 25
Closei
Oct 12, 25
Reveali
Oct 12, 25
Score Variation
13 Oct 2025, 02:02 · 2

Why is actual score different from leaderboard score

Discussion 2 answers

The core discrepancies occur due to:

  • Validation vs. Test Data: the code uses 80/20 train-validation split, so validation F1 scores reflect only 20% of training data, not the full test set used for leaderboard scoring
  • Data Distribution Differences: Test set may have different feature distributions than the validation set
  • Overfitting: Model may perform well on validation but generalize poorly to unseen test data
  • Random Seeds: Different random states during training/splitting affect model performance
  • Feature Engineering: Missing test-specific preprocessing or feature selection optimization
13 Oct 2025, 02:35
Upvotes 2
User avatar
hafsahassan23

Hi Buchi,

Score differences are normal. The public leaderboard uses only part of the test set, while the private leaderboard uses the rest. Also, some models have randomness, so results may vary slightly even with the same code.

13 Oct 2025, 03:15
Upvotes 1