Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mhmudfzli/loan-approval-prediction

This project demonstrates a comprehensive approach to solving a regression problem using various machine learning models. The notebook includes: Data Preprocessing, Exploratory Data Analysis (EDA), Model Training, Hyperparameter Tuning, Model Evaluation, Feature Importance
https://github.com/mhmudfzli/loan-approval-prediction

automl catboost numpy pandas python scikit-learn seaborn

Last synced: 13 days ago
JSON representation

This project demonstrates a comprehensive approach to solving a regression problem using various machine learning models. The notebook includes: Data Preprocessing, Exploratory Data Analysis (EDA), Model Training, Hyperparameter Tuning, Model Evaluation, Feature Importance

Awesome Lists containing this project

README

        

# Loan Approval Prediction

Goal: The goal for this competition is to predict whether an applicant is approved for a loan.

#### Here are the Steps wee took for the project:

1. Load and Concat Original with Competition Dataset
2. EDA
3. Preprocess
4. Train

#### Results:
* !BEST MODEL: Train Catboost Model with LGBM (blend-lasso):
![image](https://github.com/user-attachments/assets/61e8304a-0b19-4200-964c-7fe1cc2f15d1)
* AutoGloun:
![image](https://github.com/user-attachments/assets/57d63dbe-7d82-453c-bf7b-4bc8fac45b1c)

### Leaderboard (top 11%!):
![image](https://github.com/user-attachments/assets/8908ca25-9692-4fa1-9d99-b9f740a2f9fa)