Fix a small typo in GeneralParams class. Change customEval parameter name from "custom_obj" to "custom_eval". (#1741)
This commit is contained in:
@@ -61,7 +61,7 @@ trait GeneralParams extends Params {
|
||||
/**
|
||||
* customized evaluation function provided by user. default: null
|
||||
*/
|
||||
val customEval = new Param[EvalTrait](this, "custom_obj", "customized evaluation function " +
|
||||
val customEval = new Param[EvalTrait](this, "custom_eval", "customized evaluation function " +
|
||||
"provided by user")
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user