% Generated by roxygen2: do not edit by hand % Please edit documentation in R/xgb.unserialize.R \name{xgb.unserialize} \alias{xgb.unserialize} \title{Load the instance back from \code{\link{xgb.serialize}}} \usage{ xgb.unserialize(buffer) } \arguments{ \item{buffer}{the buffer containing booster instance saved by \code{\link{xgb.serialize}}} } \description{ Load the instance back from \code{\link{xgb.serialize}} }