Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -186,21 +186,6 @@ SynSEPA generates realistic SEPA payment sequences with:
|
|
| 186 |
|
| 187 |
---
|
| 188 |
|
| 189 |
-
## Quick Start
|
| 190 |
-
|
| 191 |
-
```python
|
| 192 |
-
from datasets import load_dataset
|
| 193 |
-
|
| 194 |
-
transactions = load_dataset("EpiphanyTech/SynSEPA", "transactions")
|
| 195 |
-
accounts = load_dataset("EpiphanyTech/SynSEPA", "accounts")
|
| 196 |
-
```
|
| 197 |
-
|
| 198 |
-
An Isolation Forest baseline (AUROC, PR-AUC, classification report at 1% FPR)
|
| 199 |
-
and the full data-generation pipeline are available in the
|
| 200 |
-
[GitHub repo](https://github.com/epiphanytech/SynSEPA).
|
| 201 |
-
|
| 202 |
-
---
|
| 203 |
-
|
| 204 |
## Schema — synsep_full_dataset.csv
|
| 205 |
|
| 206 |
### Core SEPA Fields
|
|
|
|
| 186 |
|
| 187 |
---
|
| 188 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 189 |
## Schema — synsep_full_dataset.csv
|
| 190 |
|
| 191 |
### Core SEPA Fields
|