bristena-op commited on
Commit
d8d5449
1 Parent(s): c26316d

add config

Browse files
Files changed (1) hide show
  1. config.json +1 -0
config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"features": ["age", "fnlwgt", "education-num", "capital-gain", "capital-loss", "hours-per-week", "workclass", "education", "marital-status", "occupation", "relationship", "race", "sex", "native-country"], "targets": ["target"], "target_mapping": {"<50k": 0, ">=50k": 1}}