Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/abideen-olawuwo/financial-inclusion

A Bank account Prediction in Africa
https://github.com/abideen-olawuwo/financial-inclusion

matplotlib numpy pandas python seaborn sklearn xgboost-classifier

Last synced: 5 days ago
JSON representation

A Bank account Prediction in Africa

Awesome Lists containing this project

README

        

* Problem Definition

How well we can predict who in Africa is most likely to have a bank account?

* Data

The data was downloaded from zindi[https://zindi.africa/competitions/financial-inclusion-in-africa]

* Evaluation

The evaluation metric for this challenge is Mean Absolute error

* Features

The Dataset Features include; country, year, uniqueid, bank_account, location_type, cellphone_access, household_size, age_of_respondent
gender_of_respondent, relationship_with_head, marital_status, education_level, and job_type

* Modelling

The model used is XgboostClassifier