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
All runtime parameters live in config/config.yaml:
model:
drift_threshold: 0.15# PSI threshold triggering retrainingmin_auc_roc: 0.75# Minimum AUC-ROC for production promotionxgboost:
n_estimators: 500max_depth: 6learning_rate: 0.05
Monitoring Thresholds
Metric
Warning
Critical (triggers retrain)
PSI (feature drift)
0.10
0.20
JS Divergence (pred drift)
0.05
0.10
AUC-ROC degradation
-0.02
-0.05
API Endpoints
Method
Path
Description
POST
/predict
Single prediction
POST
/predict/batch
Batch predictions
GET
/health
Health check
GET
/model/info
Current model metadata
POST
/monitoring/report
Generate drift report
About
End-to-end MLOps pipeline for loan default prediction with automated retraining, data drift detection, model monitoring, MLflow tracking, Airflow orchestration, FastAPI deployment, and CI/CD automation.