[R] Address warnings to comply with CRAN submission policy (#5600)
* [R] Address warnings to comply with CRAN submission policy * Include <xgboost/logging.h>
This commit is contained in:
committed by
GitHub
parent
a23de1c108
commit
474cfddf91
@@ -410,7 +410,7 @@ In some very specific cases, like when you want to pilot **XGBoost** from `caret
|
||||
|
||||
```{r saveLoadRBinVectorModel, message=F, warning=F}
|
||||
# save model to R's raw vector
|
||||
rawVec <- xgb.save.raw(bst)
|
||||
rawVec <- xgb.serialize(bst)
|
||||
|
||||
# print class
|
||||
print(class(rawVec))
|
||||
|
||||
Reference in New Issue
Block a user