Baselight

Credit Score Classification

Given a person’s credit-related information, build a machine learning model that

@kaggle.parisrohan_credit_score_classification

Test
@kaggle.parisrohan_credit_score_classification.test

  • 4.3 MB
  • 50000 rows
  • 27 columns
id

ID

customer_id

Customer ID

month

Month

name

Name

age

Age

ssn

SSN

occupation

Occupation

annual_income

Annual Income

monthly_inhand_salary

Monthly Inhand Salary

num_bank_accounts

Num Bank Accounts

num_credit_card

Num Credit Card

interest_rate

Interest Rate

num_of_loan

Num Of Loan

type_of_loan

Type Of Loan

delay_from_due_date

Delay From Due Date

num_of_delayed_payment

Num Of Delayed Payment

changed_credit_limit

Changed Credit Limit

num_credit_inquiries

Num Credit Inquiries

credit_mix

Credit Mix

outstanding_debt

Outstanding Debt

credit_utilization_ratio

Credit Utilization Ratio

credit_history_age

Credit History Age

payment_of_min_amount

Payment Of Min Amount

total_emi_per_month

Total EMI Per Month

amount_invested_monthly

Amount Invested Monthly

payment_behaviour

Payment Behaviour

monthly_balance

Monthly Balance

0x160aCUS_0xd40SeptemberAaron Maashoh23821-00-0265Scientist19114.121824.84333333333283434Auto Loan, Credit-Builder Loan, Personal Loan, and Home Equity Loan3711.272022Good809.9835.0304018558352522 Years and 9 MonthsNo49.57494921489417236.64268203272135Low_spent_Small_value_payments186.26670208571772
0x160bCUS_0xd40OctoberAaron Maashoh24821-00-0265Scientist19114.121824.84333333333283434Auto Loan, Credit-Builder Loan, Personal Loan, and Home Equity Loan3913.274Good809.9833.05311449701224522 Years and 10 MonthsNo49.5749492148941721.465380264657146High_spent_Medium_value_payments361.44400385378196
0x160cCUS_0xd40NovemberAaron Maashoh24821-00-0265Scientist19114.121824.84333333333283434Auto Loan, Credit-Builder Loan, Personal Loan, and Home Equity Loan-1412.274Good809.9833.811894118574465nanNo49.57494921489417148.23393788500925Low_spent_Medium_value_payments264.67544623342997
0x160dCUS_0xd40DecemberAaron Maashoh24_821-00-0265Scientist19114.123434Auto Loan, Credit-Builder Loan, Personal Loan, and Home Equity Loan4511.274Good809.9832.43055901729676523 Years and 0 MonthsNo49.5749492148941739.08251089460281High_spent_Medium_value_payments343.82687322383634
0x1616CUS_0x21b1SeptemberRick Rothackerj28004-07-5839_______34847.843037.9866666666662461Credit-Builder Loan315.425Good605.0325.9268217037755527 Years and 3 MonthsNo18.81621457312888539.684018417945296High_spent_Large_value_payments485.2984336755923
0x1617CUS_0x21b1OctoberRick Rothackerj28#F%$D@*&8Teacher34847.843037.9866666666662461Credit-Builder Loan335.425Good605.0330.1166004500250127 Years and 4 MonthsNo18.816214573128885251.62736875017606Low_spent_Large_value_payments303.3550833433617
0x1618CUS_0x21b1NovemberRick Rothackerj28004-07-5839Teacher34847.843037.9866666666662461Credit-Builder Loan3nan5.425_605.0330.99642373908560727 Years and 5 MonthsNo18.81621457312888572.68014533363515High_spent_Large_value_payments452.30230675990265
0x1619CUS_0x21b1DecemberRick Rothackerj28004-07-5839Teacher34847.843037.9866666666662461Credit-Builder Loan32_7.425_605.0333.87516722154979527 Years and 6 MonthsNo18.816214573128885153.53448761392985!@9#%8421.44796447960783
0x1622CUS_0x2dbcSeptemberLangep35486-85-3974Engineer143162.641583Auto Loan, Auto Loan, and Not Specified819427.13Good1303.0135.2297073300596318 Years and 5 MonthsNo246.9923194537421397.50365354404653Low_spent_Medium_value_payments854.2260270022115
0x1623CUS_0x2dbcOctoberLangep35486-85-3974Engineer143162.6412187.221583Auto Loan, Auto Loan, and Not Specified632.13Good1303.0135.6858359490928318 Years and 6 MonthsNo246.9923194537421453.6151305781054Low_spent_Large_value_payments788.1145499681528

CREATE TABLE test (
  "id" VARCHAR,
  "customer_id" VARCHAR,
  "month" VARCHAR,
  "name" VARCHAR,
  "age" VARCHAR,
  "ssn" VARCHAR,
  "occupation" VARCHAR,
  "annual_income" VARCHAR,
  "monthly_inhand_salary" DOUBLE,
  "num_bank_accounts" BIGINT,
  "num_credit_card" BIGINT,
  "interest_rate" BIGINT,
  "num_of_loan" VARCHAR,
  "type_of_loan" VARCHAR,
  "delay_from_due_date" BIGINT,
  "num_of_delayed_payment" VARCHAR,
  "changed_credit_limit" VARCHAR,
  "num_credit_inquiries" DOUBLE,
  "credit_mix" VARCHAR,
  "outstanding_debt" VARCHAR,
  "credit_utilization_ratio" DOUBLE,
  "credit_history_age" VARCHAR,
  "payment_of_min_amount" VARCHAR,
  "total_emi_per_month" DOUBLE,
  "amount_invested_monthly" VARCHAR,
  "payment_behaviour" VARCHAR,
  "monthly_balance" VARCHAR
);

Share link

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