| xgb.cb.evaluation.log | R Documentation |
Callback for logging the evaluation history
xgb.cb.evaluation.log()
This callback creates a table with per-iteration evaluation metrics (see parameters
evals and custom_metric in xgb.train()).
Note: in the column names of the final data.table, the dash '-' character is replaced with the underscore '_' in order to make the column names more like regular R identifiers.
An xgb.Callback object, which can be passed to xgb.train() or xgb.cv().
xgb.cb.print.evaluation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.