Primary competition visual

IndabaX Ghana AutoInland Vehicle Insurance Claim by Data Science Network

Helping Ghana
4 500 Cedis
Completed (over 4 years ago)
Prediction
137 joined
62 active
Starti
Jul 01, 21
Closei
Jul 15, 21
Reveali
Jul 15, 21
About

The data describes ~12,000 policies sold by AutoInland for car insurance. Information on the car type, make, customer age and start of policy are in the data.

The objective of this hackathon is to develop a predictive model that determines if a customer will submit a claim within 3 months from their first transaction.

Tutorial notebook

How to use Colab on Zindi

How to mount a drive on Colab

If, when you click to download the starter notebook it takes you to another page, ctrl-S and it will save to your downloads folder.

Files available for download:

  • Train.csv - contains the target. This is the dataset that you will use to train your model.
  • Test.csv- resembles Train.csv but without the target-related columns. This is the dataset on which you will apply your model to.
  • SampleSubmission.csv - shows the submission format for this competition, with the ID’ column mirroring that of Test.csv and the ‘target’ column containing your predictions. The order of the rows does not matter, but the names of the ID must be correct.
  • VariableDescription.csv - contains definitions of the data headers
  • StarterNotebook - this starter notebook will help you make your first submission onto the leaderboard. Download the data and run this notebook on your local machine and you will be able to make a submission on the leaderboard.
Files
Description
Files
Nigerian State Names
Resembles Train.csv but without the target-related columns. This is the dataset on which you will apply your model to.
Contains the target. This is the dataset that you will use to train your model.
Contains definitions of the data headers
This starter notebook will help you make your first submission onto the leaderboard. Download the data and run this notebook on your local machine and you will be able to make a submission on the leaderboard.
This starter notebook will help you make your first submission onto the leaderboard. Download the data and run this notebook on your local machine and you will be able to make a submission on the leaderboard.
Shows the submission format for this competition, with the ID’ column mirroring that of Test.csv and the ‘target’ column containing your predictions. The order of the rows does not matter, but the names of the ID must be correct.