Baselight

Automobile Loan Default Dataset

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

@kaggle.saurabhbagchi_dish_network_hackathon

Sample Submission
@kaggle.saurabhbagchi_dish_network_hackathon.sample_submission

  • 486.46 KB
  • 80900 rows
  • 2 columns
id

ID

default

Default

12200001
12200002
12200003
12200004
12200005
12200006
12200007
12200008
12200009
12200010

CREATE TABLE sample_submission (
  "id" BIGINT,
  "default" BIGINT
);

Share link

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