smart-panda314 commited on
Commit
c5f5948
·
verified ·
1 Parent(s): 6f8e4ce

Upload 3 files

Browse files
Files changed (3) hide show
  1. README.md +0 -0
  2. config.json +47 -0
  3. model.pkl +3 -0
README.md ADDED
File without changes
config.json ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sklearn": {
3
+ "columns": [
4
+ "0",
5
+ "1",
6
+ "2",
7
+ "3",
8
+ "4"
9
+ ],
10
+ "environment": [
11
+ "scikit-learn=1.2.2"
12
+ ],
13
+ "example_input": {
14
+ "0": [
15
+ 4,
16
+ 0,
17
+ 1
18
+ ],
19
+ "1": [
20
+ 1,
21
+ 3,
22
+ 1
23
+ ],
24
+ "2": [
25
+ 1,
26
+ 0,
27
+ 0
28
+ ],
29
+ "3": [
30
+ 4,
31
+ 4,
32
+ 3
33
+ ],
34
+ "4": [
35
+ 3,
36
+ 3,
37
+ 1
38
+ ]
39
+ },
40
+ "model": {
41
+ "file": "model.pkl"
42
+ },
43
+ "model_format": "pickle",
44
+ "task": "tabular-classification",
45
+ "use_intelex": false
46
+ }
47
+ }
model.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7a17b22b77883c156cad5c6aa23af1f5f1a65b046737c6f9295cc2bc0f1f39d7
3
+ size 240597