Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 468 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 468 Bytes

Project: Loan approval prediction

Building a machine learning model to predict whether a loan applicant will be approved for a loan or not based on their personal and financial information

Table of Contents

  • Introduction
  • Exploratory Data Analysis
  • Label Encoding for Object datatype
  • Oversampling Minority Class to balance the Label
  • Remove Outlier using IQR because there are alot of extreme value
  • Train Test Split
  • Decision Tree