aliosmankaya commited on
Commit
c4859fc
·
1 Parent(s): 6310671

Upload config.json

Browse files
Files changed (1) hide show
  1. config.json +13 -0
config.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sklearn": {
3
+ "columns": [
4
+ "col1"
5
+ ],
6
+ "environments": ['scikit-learn="1.0.2"', "numpy"],
7
+ "example_input": {
8
+ "col1": [(6.1,)],
9
+ },
10
+ "model": {"file": "structured_arr_model.joblib"},
11
+ "task": "tabular-classification"
12
+ }
13
+ }