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

https://github.com/lukemercouris/loan_prediction

Loan Approval Prediction: Built binary classification model to predict loan approvals using financial and demographic data. Applied preprocessing and StandardScaler normalization. Used Gaussian Naive Bayes model achieving 92% recall for approvals, 74% accuracy, and 82% F1-score. Deployed via Flask web application.
https://github.com/lukemercouris/loan_prediction

machine-learning matplotlib pipelines python regression-algorithms regression-model seaborn sklearn streamlit

Last synced: 3 months ago
JSON representation

Loan Approval Prediction: Built binary classification model to predict loan approvals using financial and demographic data. Applied preprocessing and StandardScaler normalization. Used Gaussian Naive Bayes model achieving 92% recall for approvals, 74% accuracy, and 82% F1-score. Deployed via Flask web application.

Awesome Lists containing this project

README

        

Loan Approval Prediction: Binary classification task to predict loan approvals using a dataset of financial and demographic features. Conducted data preprocessing, feature engineering, and normalization with StandardScaler. Performed exploratory data analysis and tested models, selecting Gaussian Naive Bayes for its efficiency and high recall (92%) for approvals. Achieved 74% accuracy and 82% F1-score for the positive class. Deployed the model via Flask for web application integration.