aliosmankaya
commited on
Commit
•
79e5e36
1
Parent(s):
565ddc3
Upload 2 files
Browse files- config.json +28 -0
- structured_arr_model.joblib +3 -0
config.json
ADDED
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"sklearn": {
|
3 |
+
"columns": [
|
4 |
+
"x0",
|
5 |
+
"x1"
|
6 |
+
],
|
7 |
+
"environment": [
|
8 |
+
"scikit-learn",
|
9 |
+
"numpy"
|
10 |
+
],
|
11 |
+
"example_input": {
|
12 |
+
"x0": [
|
13 |
+
6.3,
|
14 |
+
6.5,
|
15 |
+
5.6
|
16 |
+
],
|
17 |
+
"x1": [
|
18 |
+
3.3,
|
19 |
+
3.0,
|
20 |
+
2.5
|
21 |
+
]
|
22 |
+
},
|
23 |
+
"model": {
|
24 |
+
"file": "structured_arr_model.joblib"
|
25 |
+
},
|
26 |
+
"task": "tabular-classification"
|
27 |
+
}
|
28 |
+
}
|
structured_arr_model.joblib
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c4e7a1cb4842d9c5bc91edda5df6d25e6713d08abea0cea4ed67a75237bd30bb
|
3 |
+
size 568
|