JackVines commited on
Commit
17c32fa
·
1 Parent(s): ec349a8

Delete config.json

Browse files
Files changed (1) hide show
  1. config.json +0 -17
config.json DELETED
@@ -1,17 +0,0 @@
1
- {
2
- "sklearn": {
3
- "columns": ['Pclass', 'Sex', 'Age', 'SibSp', 'Parch', 'Embarked', 'CabinBool', 'FareBand'],
4
- "environment": ['scikit-learn="1.1.1"', "numpy", "pandas"],
5
- "example_input": {
6
- "Pclass": [3,2,1],
7
- "Sex": [1,0,1],
8
- "Age": [1,2,3],
9
- "SibSp": [0,1,0],
10
- "Parch": [1,0,2],
11
- "Embarked": [1,2,3],
12
- "CabinBool": [1,0,1],
13
- "FareBand": [1,2,4]
14
- },
15
- "model": {"file": "random_forest.joblib"},
16
- }
17
- }