| variable.names.xgb.Booster | R Documentation |
Returns the feature / variable / column names from a fitted
booster object, which are set automatically during the call to xgb.train()
from the DMatrix names, or which can be set manually through setinfo().
If the object doesn't have feature names, will return NULL.
It is equivalent to calling getinfo(object, "feature_name").
## S3 method for class 'xgb.Booster'
variable.names(object, ...)
object |
An |
... |
Not used. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.