IEEE-CIS Fraud Detection MLOps Platform

A production-style fraud detection platform built around the IEEE-CIS dataset with model training, monitoring, drift detection, Kubernetes deployment, Kubeflow orchestration, CI/CD, and explainability.

Open Monitoring Evidence View Repository

Key Result

0.9998Fraud recall on the selected run
XGBoostBest-performing selected model
KubeflowConditional workflow and retraining pipeline
GrafanaMonitoring and alert-driven response path

System Evidence

Training summary

Training and Model Selection

Multiple strategies were compared to prioritize fraud recall while still tracking AUC, F1, and class imbalance behavior.

Kubernetes validation

Kubernetes Deployment

The inference API was structured as a deployable service with namespace, resource, and service configuration evidence.

Monitoring overview

Monitoring Stack

Prometheus and Grafana were used to track system health, metrics, and model-facing behavior after deployment.

Alert trigger

Alert-Triggered Retraining

Monitoring signals were wired into an operational retraining story through Alertmanager and Jenkins integration.

Why This Repo Matters