Primary competition visual

Churn Prediction Challenge by Camel Labs

Helping Tanzania, United Republic of
300 000 TZS
Challenge completed almost 3 years ago
Classification
Prediction
12 joined
5 active
Starti
Nov 14, 22
Closei
Nov 16, 22
Reveali
Nov 16, 22
About

The data describes 1.5 million clients.

The objective of this hackathon is to develop a predictive model that determines the likelihood for a customer to churn - to stop purchasing airtime and data from the client.

How to use Colab on Zindi

How to mount a drive on Colab

The train file is large. We recommend making small splits on the train for local testing and not running one model on the whole train set. Submissions may take longer to score.

Files
Description
Files
This file describes each variable.
This file will help you make your first submission. If you click on it and it opens a different tab, right click and save as. This will save it to your downloads folder.
Contains information about 1 million customers. There is a column called CHURN that indicates if a client churned or did not churn. This is the target. You must estimate the likelihood that these clients churned. You will use this file to train your model.
Is similar to train, but without the Churn column. You will use this file to test your model on.
Is an example of what your submission should look like. The order of the rows does not matter but the name of the user_id must be correct.