Open Government Licence 3.0http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/
License information was derived automatically
Daily, weekly and monthly data showing seasonally adjusted and non-seasonally adjusted UK spending using debit and credit cards. These are official statistics in development. Source: CHAPS, Bank of England.
Credit card default risk is the chance that companies or Individuals will not be able to return the money lent on time.
You are given relevant information about the customers of a company.
You are required to build a machine learning model that can predict if there will be credit card default.
The dataset folder contains the following files:
The columns provided in the dataset are as follows:
Column name |
Description |
customer_id | Represents the unique identification of a customer |
name | Represents the name of a customer |
age | Represents the age of a customer ( in years ) |
gender | Represents the gender of a customer( F means Female and M means Male ) |
owns_car | Represents whether a customer owns a car ( Y means Yes and N means No ) |
owns_house | Represents whether a customer owns a house ( Y means Yes and N means No ) |
no_of_children | Represents the number of children of a customer |
net_yearly_income | Represents the net yearly income of a customer ( in USD ) |
no_of_days_employed | Represents the no of days employed |
occupation_type | Represents the occupation type of a customer ( IT staff, Managers, Accountants, Cooking staff, etc ) |
total_family_members | Represents the number of family members of a customer |
migrant_worker | Represents whether a customer is a migrant worker( 1 means Yes and 0 means No ) |
yearly_debt_payments | Represents the yearly debt payments of a customer ( in USD ) |
credit_limit | Represents the credit limit of a customer ( in USD ) |
credit_limit_used(%) | Represents the percentage of credit limit used by a customer |
credit_score | Represents the credit score of a customer |
prev_defaults | Represents the number of previous defaults |
default_in_last_6months | Represents whether a customer has defaulted in the last 6 months ( 1 means Yes and 0 means No ) |
credit_card_default | Represents whether there will be credit card default ( 1 means Yes and 0 means No ) |
score = 100*(metrics.f1_score(actual, predicted, average= "macro" ))
Note: Ensure that your submission file contains the following:
Not seeing a result you expected?
Learn how you can add new datasets to our index.
Open Government Licence 3.0http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/
License information was derived automatically
Daily, weekly and monthly data showing seasonally adjusted and non-seasonally adjusted UK spending using debit and credit cards. These are official statistics in development. Source: CHAPS, Bank of England.