## Not run: ------------------------------------
# # Get the metrics of the model trained (requires verbose = FALSE during training)
# lgbm.metric(workingdir = trained[["Path"]],
# log_name = trained[["Log"]],
# metrics = TRUE,
# data.table = TRUE)
#
# # Get the best iteration of the model trained (requires verbose = FALSE during training)
# lgbm.metric(workingdir = trained[["Path"]],
# log_name = trained[["Log"]],
# metrics = FALSE)
## ---------------------------------------------
Run the code above in your browser using DataLab