Learn R Programming

xgboost (version 3.1.2.1)

print.xgboost: Print info from XGBoost model

Description

Prints basic properties of an XGBoost model object.

Usage

# S3 method for xgboost
print(x, ...)

Value

Same object x, after printing its info.

Arguments

x

An XGBoost model object of class xgboost, as produced by function xgboost().

...

Not used.