Primary competition visual

Absa Customer Income Prediction Challenge

Helping South Africa
$5 000 USD
Completed (~3 years ago)
Prediction
341 joined
54 active
Starti
Nov 29, 22
Closei
Feb 26, 23
Reveali
Feb 26, 23
Test data one feature
Help · 27 Jan 2023, 19:23 · 2

Hi

I am so confused with the test.csv data. It has two columns, ID and Date only. AM I MISSING SOMETHING?? My model is obviously complaining cause it expects more features.

Discussion 2 answers
User avatar
skaak
Ferra Solutions

Hi, you need to find the features in the other data files. So in e.g. transactions there are transactions for the IDs you'll find in test. Likewise in customer you'll find customer info for the IDs in test.

I think you need to extract features from the other files and align them all on ID, model and predict that, and then use the IDs from test only to report or print your submission file based on the features found elsewhere.

27 Jan 2023, 23:04
Upvotes 0
User avatar
Pieterkii

The values you find in the Train.csv are the income targets. So you have to predict the incomes for the customers displayed in the Test.csv. (Only the customer id info is useful from that data.)

30 Jan 2023, 11:42
Upvotes 0