简体   繁体   English

R xgboost包参数关系

[英]R xgboost package parameters relation

After reading the docs, it's not 100% clear to me the difference and the relation between the parameters eval_metric , maximize e feval . 看完文档后,我还不是100%清楚参数eval_metricmaximize e feval之间的区别和关系。

For example, while doing linear regression, i'm setting eval_metric to a custom kappa function, then maximize = TRUE. 例如,在进行线性回归时,我将eval_metric设置为自定义的kappa函数,然后maximize = TRUE。 What's the difference between eval_metric and feval ? eval_metricfeval什么feval

Thanks! 谢谢!

So, to answer my own question: feval and eval_metric are the same thing. 因此,回答我自己的问题: fevaleval_metric是同一件事。 The same applies to obj and objective . objobjective It's all on github repo: https://github.com/dmlc/xgboost . 一切都在github仓库上: https : //github.com/dmlc/xgboost

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM