Survival Parameters for xgboost
as_sgb_params(params) sgb_params(...)
params | a list of tuning parameters for an |
---|---|
... | name-value pairs (e.g., maxdepth = 2) of tuning parameters and tuning parameter values. |
a modified list with values for objective
and eval_metric
sgb_params()#> $objective #> [1] "survival:cox" #> #> $eval_metric #> [1] "cox-nloglik" #>#> $max_depth #> [1] 1 #> #> $objective #> [1] "survival:cox" #> #> $eval_metric #> [1] "cox-nloglik" #>