eval_auc: Functions of xgboost feval

Description Usage Arguments Value

View source: R/essential_algorithms.R

Description

eval_auc ,eval_ks ,eval_lift,eval_tnr is for getting best params of xgboost.

Usage

1
2
3
4
5
6
7
eval_auc(preds, dtrain)

eval_ks(preds, dtrain)

eval_tnr(preds, dtrain)

eval_lift(preds, dtrain)

Arguments

preds

A list of predict probability or score.

dtrain

Matrix of x predictors.

Value

List of best value


creditmodel documentation built on Jan. 7, 2022, 5:06 p.m.