print.xgb.Booster |
Print xgb.Booster |
cb.save.model |
Callback closure for saving a model file. |
dimnames.xgb.DMatrix |
Handling of column names of xgb.DMatrix |
callbacks |
Callback closures for booster training. |
xgb.DMatrix |
Construct xgb.DMatrix object |
xgb.load |
Load xgboost model from binary file |
dim.xgb.DMatrix |
Dimensions of xgb.DMatrix |
cb.cv.predict |
Callback closure for returning cross-validation based predictions. |
cb.evaluation.log |
Callback closure for logging the evaluation history |
xgb.ggplot.importance |
Plot feature importance as a bar graph |
xgb.DMatrix.save |
Save xgb.DMatrix object to binary file |
xgb.plot.multi.trees |
Project all trees on one tree and plot it |
getinfo |
Get information of an xgb.DMatrix object |
slice |
Get a new DMatrix containing the specified rows of
orginal xgb.DMatrix object |
cb.gblinear.history |
Callback closure for collecting the model coefficients history of a gblinear booster
during its training. |
xgb.Booster.complete |
Restore missing parts of an incomplete xgb.Booster object. |
predict.xgb.Booster |
Predict method for eXtreme Gradient Boosting model |
xgb.model.dt.tree |
Parse a boosted tree model text dump |
xgb.cv |
Cross Validation |
cb.print.evaluation |
Callback closure for printing the result of evaluation |
agaricus.test |
Test part from Mushroom Data Set |
xgb.plot.shap |
SHAP contribution dependency plots |
agaricus.train |
Training part from Mushroom Data Set |
xgb.attr |
Accessors for serializable attributes of a model. |
print.xgb.cv.synchronous |
Print xgb.cv result |
xgb.create.features |
Create new features from a previously learned model |
xgb.dump |
Dump an xgboost model in text format. |
xgb.plot.tree |
Plot a boosted tree model |
xgb.save |
Save xgboost model to binary file |
setinfo |
Set information of an xgb.DMatrix object |
xgb.importance |
Importance of features in a model. |
xgb.gblinear.history |
Extract gblinear coefficients history. |
xgb.save.raw |
Save xgboost model to R's raw vector,
user can call xgb.load to load the model back from raw vector |
xgb.parameters<- |
Accessors for model parameters. |
xgb.ggplot.deepness |
Plot model trees deepness |
xgboost-deprecated |
Deprecation notices. |
xgb.train |
eXtreme Gradient Boosting Training |
cb.reset.parameters |
Callback closure for restetting the booster's parameters at each iteration. |
cb.early.stop |
Callback closure to activate the early stopping. |
print.xgb.DMatrix |
Print xgb.DMatrix |
No Results! |