R xgboost package parameters relation -


after reading docs, it's not 100% clear me difference , relation between parameters eval_metric, maximize e feval.

for example, while doing linear regression, i'm setting eval_metric custom kappa function, maximize = true. what's difference between eval_metric , feval?

thanks!

so, answer own question: feval , eval_metric same thing. same applies obj , objective. it's on github repo: https://github.com/dmlc/xgboost.


Comments

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

android - Keyboard hides my half of edit-text and button below it even in scroll view -

css - Make div keyboard-scrollable in jQuery Mobile? -