Multi-Class Classification Problem
Given a person’s credit-related information, build a machine learning model that
@kaggle.sudhanshu2198_processed_data_credit_score
Given a person’s credit-related information, build a machine learning model that
@kaggle.sudhanshu2198_processed_data_credit_score
CREATE TABLE score (
"delay_from_due_date" DOUBLE,
"num_of_delayed_payment" DOUBLE,
"num_credit_inquiries" DOUBLE,
"credit_utilization_ratio" DOUBLE,
"credit_history_age" DOUBLE,
"payment_of_min_amount" VARCHAR,
"amount_invested_monthly" DOUBLE,
"monthly_balance" DOUBLE,
"credit_score" VARCHAR,
"credit_mix" VARCHAR,
"payment_behaviour" VARCHAR,
"age" DOUBLE,
"annual_income" DOUBLE,
"num_bank_accounts" DOUBLE,
"num_credit_card" DOUBLE,
"interest_rate" DOUBLE,
"num_of_loan" DOUBLE,
"monthly_inhand_salary" DOUBLE,
"changed_credit_limit" DOUBLE,
"outstanding_debt" DOUBLE,
"total_emi_per_month" DOUBLE
);
Anyone who has the link will be able to view this.