aliosmankaya commited on
Commit
d5ff6b6
1 Parent(s): c4859fc

Delete config.json

Browse files
Files changed (1) hide show
  1. config.json +0 -13
config.json DELETED
@@ -1,13 +0,0 @@
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
- }