About CreditAI
CreditAI demonstrates an End-to-End Credit Scoring Pipeline typically used in
the telecommunications and banking sectors.
It relies on a Logistic Regression model trained on synthetic data to predict the likelihood of a
customer paying their bills.
Methodology
- Data Generation: Created 7,000 synthetic applicant records including
demographic and financial history.
- Training: Tuned a Logistic Regression model with class balancing and standard
scaling.
- Scoring Logic: Converted probability outcomes into a standard 300-850 credit
score range using Points-to-Double-Odds (PDO) logic.
- Client-Side Inference: This demo runs entirely in your browser using the
pre-calculated model coefficients, requiring no backend server.
AI-Powered Features
- AI Credit Explanation: GPT-4o-mini analyzes which factors contributed to the score.
- AI Improvement Tips: Personalized, actionable advice to improve creditworthiness.
- Pipeline AI Commentary: Each agent step receives an AI-generated analysis in real time.
To enable AI features, click the OpenAI button in the header and enter your API key. The key is stored in browser memory only and never persisted.