merve HF Staff commited on
Commit
ccd4bb3
·
1 Parent(s): 4ddc0ef

pushing files to the repo from test generator!

Browse files
Files changed (2) hide show
  1. config.json +41 -0
  2. skops-o74qeq5m.skops +0 -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.0.2"
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-o74qeq5m.skops"
36
+ },
37
+ "model_format": "skops",
38
+ "task": "tabular-classification",
39
+ "use_intelex": false
40
+ }
41
+ }
skops-o74qeq5m.skops ADDED
Binary file (26.1 kB). View file