Baselight

Automobile Loan Default Dataset

Predict whether a client will default on the vehicle loan payment or not

@kaggle.saurabhbagchi_dish_network_hackathon

Data Dictionary
@kaggle.saurabhbagchi_dish_network_hackathon.data_dictionary

  • 4.3 KB
  • 40 rows
  • 2 columns
variable

Variable

description

Description

IDClient Loan application ID
Client_IncomeClient Income in $
Car_OwnedAny Car owned by client before applying for the loan for another car (0 means No and 1 means otherwise)
Bike_OwnedAny bike owned by client (0 means No and 1 means otherwise)
Active_LoanAny other active loan at the time of aplication of loan (0 means No and 1 means otherwise)
House_OwnAny house owned by client (0 means No and 1 means otherwise)
Child_CountNumber of children the client has
Credit_AmountCredit amount of the loan in $
Loan_AnnuityLoan annuity in $
Accompany_ClientWho accompanied the client when client applied for the loan

CREATE TABLE data_dictionary (
  "variable" VARCHAR,
  "description" VARCHAR
);

Share link

Anyone who has the link will be able to view this.