Bluepearls commited on
Commit
e30507b
·
1 Parent(s): 7d0e3c2

commit from bluepearl

Browse files
Files changed (1) hide show
  1. config.json +1 -1
config.json CHANGED
@@ -13,6 +13,6 @@
13
  "Embarked"
14
  ],
15
  "targets": ["Survived"],
16
- "model_type": "randomforest",
17
  "target_mapping": {"Survived": 0, "Survived": 1}
18
  }
 
13
  "Embarked"
14
  ],
15
  "targets": ["Survived"],
16
+ "model_type": "gpt",
17
  "target_mapping": {"Survived": 0, "Survived": 1}
18
  }