Dataset For Random Forest Regression
Data for Loan Approval Analysis
@kaggle.mitgandhi10_dataset_for_random_forest_regression
Data for Loan Approval Analysis
@kaggle.mitgandhi10_dataset_for_random_forest_regression
CREATE TABLE bankloan (
"id" BIGINT,
"age" BIGINT,
"experience" BIGINT,
"income" BIGINT,
"zip_code" BIGINT,
"family" BIGINT,
"ccavg" DOUBLE,
"education" BIGINT,
"mortgage" BIGINT,
"personal_loan" BIGINT,
"securities_account" BIGINT,
"cd_account" BIGINT,
"online" BIGINT,
"creditcard" BIGINT
);
Anyone who has the link will be able to view this.