Baselight

Credit Data

The data includes credit default behavior highly useable for debugging ML models

@kaggle.rupakroy_credit_data

Loading...
Loading...

About this Dataset

Credit Data

The dataset includes well-distributed statistics of income, age, previous loan amount as well their past behaviors with reference to defaults, for faster machine learning debugging processes like stacking regressor, stacking classifier, also included as notebook with the dataset

Tables

Credit Data

@kaggle.rupakroy_credit_data.credit_data
  • 69.81 KB
  • 2000 rows
  • 5 columns
Loading...

CREATE TABLE credit_data (
  "clientid" BIGINT,
  "income" DOUBLE,
  "age" DOUBLE,
  "loan" DOUBLE,
  "default" BIGINT
);

Share link

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