A baseline XGBoost model for binary credit risk classification trained on the Home Credit dataset. The model is intended for experimentation and educational use, not production.
Model Details
Model type: XGBoost classifier
Task: Binary classification (default risk)
Input: Tabular features engineered from Home Credit raw tables
Output: Probability of default
Artifact:credit_scoring_xgb.pkl
Intended Use
Demonstrate a credit scoring pipeline with MLflow tracking
Provide a lightweight baseline for experimentation
Limitations
Not validated for real-world credit decisions
No fairness or regulatory compliance audit
Performance depends on data preprocessing used in the training pipeline