Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1.72 KB

README.md

File metadata and controls

28 lines (20 loc) · 1.72 KB

Project description -

Imagine you're a data analyst at a finance company that specializes in lending various types of loans to urban customers. Your company faces a challenge: some customers who don't have a sufficient credit history take advantage of this and default on their loans. Your task is to use Exploratory Data Analysis (EDA) to analyze patterns in the data and ensure that capable applicants are not rejected.

When a customer applies for a loan, your company faces two risks:

  1. If the applicant can repay the loan but is not approved, the company loses business.
  2. If the applicant cannot repay the loan and is approved, the company faces a financial loss.

The dataset you'll be working with contains information about loan applications. It includes two types of scenarios:

  1. Customers with payment difficulties: These are customers who had a late payment of more than X days on at least one of the first Y installments of the loan.
  2. All other cases: These are cases where the payment was made on time.

When a customer applies for a loan, there are four possible outcomes:

  1. Approved: The company has approved the loan application.
  2. Cancelled: The customer cancelled the application during the approval process.
  3. Refused: The company rejected the loan.
  4. Unused Offer: The loan was approved but the customer did not use it.

Your goal in this project is to use EDA to understand how customer attributes and loan attributes influence the likelihood of default.

Data Analytics Tasks:

  1. Identify Missing Data and Deal with it Appropriately
  2. Identify Outliers in the Dataset
  3. Analyze Data Imbalance
  4. Perform Univariate, Segmented Univariate, and Bivariate Analysis
  5. Identify Top Correlations for Different Scenarios