mlemuel/msmecreditscoring
1
Loan Default Scoring System
This Hugging Face Space provides a machine learning interface for predicting loan default probabilities using multiple trained models.
Features
- Multiple Models: Choose from 5 different ML models:
- Random Forest
- Gradient Boosting
- Logistic Regression
- Naive Bayes
- Decision Tree
- Interactive Interface: Input business metrics and get instant predictions
- Visual Feedback: Bar chart visualization of default probability
How to Use
- Select your preferred ML model from the dropdown
- Enter the business/credit metrics:
- Credit Report Negative Items
- Accounts Receivable
- Credit Report Total Indebtedness
- Capital Expenditure (CAPEX)
- Credit Report Requests (last 5 years)
- Business Existence Years
- Business Failure Score
- Credit Report Good Standing Items
- Credit Report Credit Score - A credit score between(0 - 850)
- Payment Index - a number betweeen
- Click Submit to see the default probability prediction
Models
All models are pre-trained scikit-learn pipelines that include preprocessing and the classifier.
Requirements
See requirements.txt for dependencies.
