Automobile Loan Default Dataset
Predict whether a client will default on the vehicle loan payment or not
@kaggle.saurabhbagchi_dish_network_hackathon
Predict whether a client will default on the vehicle loan payment or not
@kaggle.saurabhbagchi_dish_network_hackathon
CREATE TABLE test_dataset (
"id" BIGINT,
"client_income" VARCHAR,
"car_owned" DOUBLE,
"bike_owned" DOUBLE,
"active_loan" DOUBLE,
"house_own" DOUBLE,
"child_count" DOUBLE,
"credit_amount" VARCHAR,
"loan_annuity" VARCHAR,
"accompany_client" VARCHAR,
"client_income_type" VARCHAR,
"client_education" VARCHAR,
"client_marital_status" VARCHAR,
"client_gender" VARCHAR,
"loan_contract_type" VARCHAR,
"client_housing_type" VARCHAR,
"population_region_relative" VARCHAR,
"age_days" VARCHAR,
"employed_days" VARCHAR,
"registration_days" VARCHAR,
"id_days" VARCHAR,
"own_house_age" DOUBLE,
"mobile_tag" BIGINT,
"homephone_tag" BIGINT,
"workphone_working" BIGINT,
"client_occupation" VARCHAR,
"client_family_members" DOUBLE,
"cleint_city_rating" DOUBLE,
"application_process_day" DOUBLE,
"application_process_hour" DOUBLE,
"client_permanent_match_tag" VARCHAR,
"client_contact_work_tag" VARCHAR,
"type_organization" VARCHAR,
"score_source_1" DOUBLE,
"score_source_2" VARCHAR,
"score_source_3" VARCHAR,
"social_circle_default" DOUBLE,
"phone_change" DOUBLE,
"credit_bureau" DOUBLE
);
Anyone who has the link will be able to view this.