Loan Approval System(LAS)
A dataset for loan approval classification
@kaggle.caiocampiao_loan_approval_systemlas
A dataset for loan approval classification
@kaggle.caiocampiao_loan_approval_systemlas
A great database for those just starting to study data science,with a focus on data visualization and building predictive machines.
CREATE TABLE clientes (
"cod_cliente" VARCHAR,
"sexo" VARCHAR,
"estado_civil" VARCHAR,
"dependentes" VARCHAR,
"educacao" VARCHAR,
"empregado" VARCHAR,
"renda" BIGINT,
"renda_conjuge" VARCHAR,
"emprestimo" DOUBLE,
"prestacao_mensal" DOUBLE,
"historico_credito" DOUBLE,
"imovel" VARCHAR,
"aprovacao_emprestimo" VARCHAR
);Anyone who has the link will be able to view this.