MCPcopy Create free account
hub / github.com/antmachineintelligence/mtgbmcode / CheckMultiClassObjective

Function CheckMultiClassObjective

src/io/config.cpp:213–215  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

211}
212
213bool CheckMultiClassObjective(const std::string& objective) {
214 return (objective == std::string("multiclass") || objective == std::string("multiclassova"));
215}
216
217void Config::CheckParamConflict() {
218 // check if objective, metric, and num_class match

Callers 1

CheckParamConflictMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected