abhatt13 commited on
Commit
8fe1aea
·
1 Parent(s): 24ed5ae

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +3 -1
config.json CHANGED
@@ -1,3 +1,5 @@
1
  {
2
- "input": [1, 1, 0, 1, 1, 0, 1, 1, 0, 1, 0, 2]
 
 
3
  }
 
1
  {
2
+ "input": [
3
+ {"AgeCategory": 0, "Stroke": 1, "Diabetic_Yes": 1, "KidneyDisease": 1, "Smoking": 1, "SkinCancer": 1, "Is_Male": 1, "BMI": 0, "Asthma": 1, "Race_White": 1, "AlcoholDrinking": 1, "GenHealth": 0}
4
+ ]
5
  }