File size: 598 Bytes
c20d6a0
7537ea4
 
 
 
c20d6a0
7537ea4
c20d6a0
 
7537ea4
c20d6a0
 
7537ea4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
---
title: Fraud Detector CI/CD
emoji: 🛡
colorFrom: red
colorTo: red
sdk: gradio
sdk_version: 5.29.0
app_file: app.py
pinned: false
license: mit
---

# Fraud Detection System (Auto-Retrained)

Credit card fraud detector with automated retraining pipeline.

## Pipeline

1. New data batch generated (simulating production)
2. Drift detection (Wasserstein distance)
3. Challenger model trained on combined data
4. Champion vs Challenger comparison
5. Deploy only if challenger wins

## Links

- [GitHub Repo](https://github.com/Algo-nav/ml-pipeline-demo)
- [Author](https://huggingface.co/Nav772)