You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This notebook is ispired by the AIX360 HELOC Credit Approval Tutorial, which shows different explainability methods for a credit approval process. Here XGBoost is used for classification, achieving better accuracy than most of the models used in that notebook. Then, feature importance methods are shown, to be compared with the Data Scientist exp…
A Django-based Credit Approval System that intelligently determines loan eligibility and offers real-time insights based on past loan data and customer profiles using PostgreSQL.
Classified and clustered bank clients with respect to their user profile and decided if they should get credit. KNN & KMeans algorithms, K-Fold developed in C without libraries.