Credit card default risk is the chance that companies or Individuals will not be able to return the money lent on time.
Task
You are given relevant information about the customers of a company.
You are required to build a machine learning model that can predict if there will be credit card default.
Dataset description
The dataset folder contains the following files:
• train.csv: 45528 x 19
• test.csv: 1 1383 x 18
• sample_submission.csv: 5 x 2
The columns provided in the dataset are as follows:
https://docs.google.com/document/d/1sBFhLpOjK8dEMvkIuVAgBW6FV6evDLJ1XrVbz_qoJFM/edit?usp=sharing
https://docs.google.com/document/d/1sBFhLpOjK8dEMvkIuVAgBW6FV6evDLJ1XrVbz_qoJFM/edit?usp=sharing
Comments
Leave a comment