File size: 952 Bytes
255d174 f79a977 255d174 |
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 |
{
"sklearn": {
"columns": [
"Sender_Country",
"Bene_Country",
"USD_amount",
"Transaction_Type"
],
"environment": [
"scikit-learn=1.2.2"
],
"example_input": {
"Bene_Country": [
"COMOROS",
"CANADA",
"MOROCCO"
],
"Sender_Country": [
"SRI-LANKA",
"USA",
"USA"
],
"Transaction_Type": [
"MOVE-FUNDS",
"PAY-CHECK",
"MAKE-PAYMENT"
],
"USD_amount": [
598.31,
398.72,
87.03
]
},
"model": {
"file": "skops-4j9v1oni.pkl"
},
"model_format": "pickle",
"task": "tabular-classification",
"use_intelex": false
}
} |