Baselight

Loan Prediction Classification Dataset

A Classification Problem which predicts if a loan will get approved or not

@kaggle.jsonali2003_loan_prediction_classification_dataset

Output
@kaggle.jsonali2003_loan_prediction_classification_dataset.output

  • 4.19 KB
  • 367 rows
  • 2 columns
loan_id

Loan ID

loan_status

Loan Status

LP0010151
LP0010221
LP0010311
LP001035
LP0010511
LP0010541
LP0010551
LP001056
LP0010591
LP0010671

CREATE TABLE output (
  "loan_id" VARCHAR,
  "loan_status" BIGINT
);

Share link

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