pushing files to the repo from test generator!
Browse files- config.json +41 -0
- skops-xqnuef_g.pkl +3 -0
config.json
ADDED
@@ -0,0 +1,41 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"sklearn": {
|
3 |
+
"columns": [
|
4 |
+
"sepal length (cm)",
|
5 |
+
"sepal width (cm)",
|
6 |
+
"petal length (cm)",
|
7 |
+
"petal width (cm)"
|
8 |
+
],
|
9 |
+
"environment": [
|
10 |
+
"scikit-learn=1.2.1"
|
11 |
+
],
|
12 |
+
"example_input": {
|
13 |
+
"petal length (cm)": [
|
14 |
+
4.7,
|
15 |
+
1.7,
|
16 |
+
6.9
|
17 |
+
],
|
18 |
+
"petal width (cm)": [
|
19 |
+
1.2,
|
20 |
+
0.3,
|
21 |
+
2.3
|
22 |
+
],
|
23 |
+
"sepal length (cm)": [
|
24 |
+
6.1,
|
25 |
+
5.7,
|
26 |
+
7.7
|
27 |
+
],
|
28 |
+
"sepal width (cm)": [
|
29 |
+
2.8,
|
30 |
+
3.8,
|
31 |
+
2.6
|
32 |
+
]
|
33 |
+
},
|
34 |
+
"model": {
|
35 |
+
"file": "skops-xqnuef_g.pkl"
|
36 |
+
},
|
37 |
+
"model_format": "pickle",
|
38 |
+
"task": "tabular-classification",
|
39 |
+
"use_intelex": false
|
40 |
+
}
|
41 |
+
}
|
skops-xqnuef_g.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5cc8f8d4e76aa6e3906861d907d1d0a0de59f23f16dc49b71eb3ea0d3180a38b
|
3 |
+
size 1460
|