Primary competition visual

African Credit Scoring Challenge

Helping Africa
$5 000 USD
Completed (over 1 year ago)
1983 joined
1020 active
Starti
Nov 29, 24
Closei
Jan 12, 25
Reveali
Jan 13, 25
0.7+ lb scores
Data · 27 Dec 2024, 00:14 · 6

Like seriously guys how are you getting 0.7+ scores. Its been weeks and I am nowhere closer.

Discussion 6 answers

feature engineering

27 Dec 2024, 03:58
Upvotes 2

data['interest_rate'] = (data['Total_Amount_to_Repay'] - data['Total_Amount']) / data['Total_Amount'] * 100

this is best feature

27 Dec 2024, 19:47
Upvotes 5
User avatar
CodeJoe

Will try this.

User avatar
Satti_Tareq

Well I think the LB score may be misleading, the data distribution is extremly different, and the public/private split could be chosen on purpose to give a huge contrast between lb and cv, so I think it is better to focus on developing a solid CV scheme and not giving much attention to LB , this is the way I am encountering this competetion, but over all of that mere luck can play significant role in such competitions, so good luck!

28 Dec 2024, 07:26
Upvotes 3

>You will work with loan and customer data from Kenya (train and test set) and Ghana (test set). This split emphasises the need for models that generalise well, i.e. perform well across different countries and financial contexts.

I think the CV may not be reliable due to the presence of data from other countries in the test set. As you said, we also don't know the data division of the ranking list, so LB is also unreliable. Trust your luck.

User avatar
Satti_Tareq

also in this type of data simple aggregations and interactions tend to be the most usefull features, along with GBT models it can be so powerfull, so make sure to try all possible choices.

28 Dec 2024, 07:31
Upvotes 0