Primary competition visual

Financial Inclusion by IndabaX Tunisia 2021

Helping Tunisia
Knowledge
Challenge completed ~4 years ago
Prediction
172 joined
93 active
Starti
Oct 09, 21
Closei
Oct 10, 21
Reveali
Oct 10, 21
About

You are asked to predict the likelihood of the person having a bank account or not (Yes = 1, No = 0), for each unique id in the test dataset . You will train your model on 70% of the data and test your model on the final 30% of the data, across four East African countries - Kenya, Rwanda, Tanzania, and Uganda.

The main dataset contains demographic information and what financial services are used by approximately 33,600 individuals across East Africa. This data was extracted from various Finscope surveys ranging from 2016 to 2018, and more information about these surveys can be found here:

Files
Description
Files
This is a starter notebook to help you make your first submission.
Train contains the target. This is the dataset that you will use to train your model.
This file describes the variables found in train and test.
Test resembles Train.csv but without the target-related columns. This is the dataset on which you will apply your model to.
Is an example of what your submission file should look like. The order of the rows does not matter, but the names of the "ID" must be correct.