File size: 1,313 Bytes
0faf1d7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
  "name": "paymind-payment-method",
  "version": "1.0.0",
  "algorithm": "CatBoostClassifier",
  "objective": "MultiClass",
  "trained_at": "2026-08-12T07:35:53.165563+00:00",
  "training_rows": 49264,
  "validation_rows": 16212,
  "test_rows": 9524,
  "classes": [
    "adyen",
    "bank_transfer",
    "checkout",
    "paypal",
    "revolut_pay",
    "square",
    "stripe",
    "wise",
    "worldpay"
  ],
  "features": [
    "transaction_type",
    "currency",
    "amount",
    "log_amount",
    "amount_bucket",
    "hour",
    "day_of_week",
    "month",
    "quarter",
    "is_weekend",
    "is_cross_border"
  ],
  "categorical_features": [
    "transaction_type",
    "currency",
    "amount_bucket",
    "day_of_week"
  ],
  "metrics": {
    "top1_accuracy": 0.1977110457790844,
    "top3_accuracy": 0.5227845443091138,
    "log_loss": 2.070190715677084
  },
  "feature_importance": {
    "transaction_type": 91.1638857124591,
    "currency": 1.9022394010483197,
    "amount": 0.6698387447781727,
    "log_amount": 0.3829766381220794,
    "amount_bucket": 2.346149802375086,
    "hour": 0.5202722189568297,
    "day_of_week": 1.4763074588245892,
    "month": 0.5315658415251912,
    "quarter": 0.6131279729311011,
    "is_weekend": 0.1473259918303922,
    "is_cross_border": 0.24631021714913595
  }
}