... commit message ...
Browse files- config.json +21 -0
- model.pkl +3 -0
config.json
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"sklearn": {
|
| 3 |
+
"columns": [
|
| 4 |
+
"x0"
|
| 5 |
+
],
|
| 6 |
+
"environment": [],
|
| 7 |
+
"example_input": {
|
| 8 |
+
"x0": [
|
| 9 |
+
19.1,
|
| 10 |
+
24.4,
|
| 11 |
+
-1.3
|
| 12 |
+
]
|
| 13 |
+
},
|
| 14 |
+
"model": {
|
| 15 |
+
"file": "model.pkl"
|
| 16 |
+
},
|
| 17 |
+
"model_format": "pickle",
|
| 18 |
+
"task": "tabular-classification",
|
| 19 |
+
"use_intelex": false
|
| 20 |
+
}
|
| 21 |
+
}
|
model.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d7bfcbce7471236f6e47db988409eb31cfd6a1c02bf468b86d37d4b8e4a62428
|
| 3 |
+
size 429
|