3 Stage 3 · Complete
MLflow — Experiment Tracking + Model Registry
Logs params (n_estimators, max_depth, learning_rate, scale_pos_weight) and metrics (roc_auc, avg_precision) per run. Model artifacts stored in S3 — not local disk — so CI can fetch them. Registry holds versioned models; DS promotes best run to @champion alias. Backend store local for now (Stage 2b will move to EC2).
MLflow 3.10.1
S3 artifact store
fraud-detector@champion
localhost:5001
Docker Compose service
Artifact Storage
s3://mlops-fraud-pipeline-artifacts-nanthan/mlflow-artifacts · us-east-2 · IAM scoped to GetObject, PutObject, ListBucket only