pushing model to the Hugging Face Hub
Browse files- config.json +39 -40
- confusion_matrix.png +0 -0
- skops-jbninwmt.pkl +3 -0
config.json
CHANGED
|
@@ -1,41 +1,40 @@
|
|
| 1 |
-
{
|
| 2 |
-
"sklearn": {
|
| 3 |
-
"columns": [
|
| 4 |
-
"Sender_Country",
|
| 5 |
-
"Bene_Country",
|
| 6 |
-
"USD_amount",
|
| 7 |
-
"Transaction_Type"
|
| 8 |
-
],
|
| 9 |
-
"environment": [
|
| 10 |
-
"scikit-learn=1.
|
| 11 |
-
],
|
| 12 |
-
"example_input": {
|
| 13 |
-
"Bene_Country": [
|
| 14 |
-
"COMOROS",
|
| 15 |
-
"CANADA",
|
| 16 |
-
"MOROCCO"
|
| 17 |
-
],
|
| 18 |
-
"Sender_Country": [
|
| 19 |
-
"SRI-LANKA",
|
| 20 |
-
"USA",
|
| 21 |
-
"USA"
|
| 22 |
-
],
|
| 23 |
-
"Transaction_Type": [
|
| 24 |
-
"MOVE-FUNDS",
|
| 25 |
-
"PAY-CHECK",
|
| 26 |
-
"MAKE-PAYMENT"
|
| 27 |
-
],
|
| 28 |
-
"USD_amount": [
|
| 29 |
-
598.31,
|
| 30 |
-
398.72,
|
| 31 |
-
87.03
|
| 32 |
-
]
|
| 33 |
-
},
|
| 34 |
-
"model": {
|
| 35 |
-
"file": "skops-
|
| 36 |
-
},
|
| 37 |
-
"model_format": "pickle",
|
| 38 |
-
"task": "tabular-classification"
|
| 39 |
-
|
| 40 |
-
}
|
| 41 |
}
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"sklearn": {
|
| 3 |
+
"columns": [
|
| 4 |
+
"Sender_Country",
|
| 5 |
+
"Bene_Country",
|
| 6 |
+
"USD_amount",
|
| 7 |
+
"Transaction_Type"
|
| 8 |
+
],
|
| 9 |
+
"environment": [
|
| 10 |
+
"scikit-learn=1.5.0"
|
| 11 |
+
],
|
| 12 |
+
"example_input": {
|
| 13 |
+
"Bene_Country": [
|
| 14 |
+
"COMOROS",
|
| 15 |
+
"CANADA",
|
| 16 |
+
"MOROCCO"
|
| 17 |
+
],
|
| 18 |
+
"Sender_Country": [
|
| 19 |
+
"SRI-LANKA",
|
| 20 |
+
"USA",
|
| 21 |
+
"USA"
|
| 22 |
+
],
|
| 23 |
+
"Transaction_Type": [
|
| 24 |
+
"MOVE-FUNDS",
|
| 25 |
+
"PAY-CHECK",
|
| 26 |
+
"MAKE-PAYMENT"
|
| 27 |
+
],
|
| 28 |
+
"USD_amount": [
|
| 29 |
+
598.31,
|
| 30 |
+
398.72,
|
| 31 |
+
87.03
|
| 32 |
+
]
|
| 33 |
+
},
|
| 34 |
+
"model": {
|
| 35 |
+
"file": "skops-jbninwmt.pkl"
|
| 36 |
+
},
|
| 37 |
+
"model_format": "pickle",
|
| 38 |
+
"task": "tabular-classification"
|
| 39 |
+
}
|
|
|
|
| 40 |
}
|
confusion_matrix.png
CHANGED
|
|
skops-jbninwmt.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6933f7bf4b1699142341a4e688caabaa6656bbf230956202bbd2f2389038bfe5
|
| 3 |
+
size 25242
|