{xgboost} R# Documentation

xgboost


require(R);

#' Extreme Gradient Boosting
imports "xgboost" from "MLkit";

Extreme Gradient Boosting

Extreme Gradient Boosting



.NET clr function exports
xgboost

eXtreme Gradient Boosting Training

predict

do predictions

serialize

save model

parseTree

load model

xgb.DMatrix

Construct xgb.DMatrix object

Construct xgb.DMatrix object from either a dense matrix, a sparse matrix, or a local file. Supported input file formats are either a libsvm text file or a binary file that was created previously by xgb.DMatrix.save).


[Document Index]