aliosmankaya commited on
Commit
45e4319
1 Parent(s): 8f8dced

Upload 2 files

Browse files
Files changed (2) hide show
  1. config.json +22 -0
  2. structured_arr_model.joblib +3 -0
config.json ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sklearn": {
3
+ "columns": [
4
+ "x0"
5
+ ],
6
+ "environment": [
7
+ "scikit-learn",
8
+ "numpy"
9
+ ],
10
+ "example_input": {
11
+ "x0": [
12
+ 6.3,
13
+ 6.5,
14
+ 5.6
15
+ ]
16
+ },
17
+ "model": {
18
+ "file": "structured_arr_model.joblib"
19
+ },
20
+ "task": "tabular-classification"
21
+ }
22
+ }
structured_arr_model.joblib ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e5bb34d8b7d267d3f3bd6bcf1a108eb0d2ffdf45e31b773627c776bd08853095
3
+ size 552