fix additional files note (#4699)
* fix additional files note * Trigger CI * Trigger CI
This commit is contained in:
committed by
Philip Hyunsu Cho
parent
59bc1ef330
commit
7b74b1b64d
@@ -39,6 +39,7 @@ bst <- xgboost(data = agaricus.train$data, label = agaricus.train$label, max_dep
|
||||
saveRDS(bst, "xgb.model.rds")
|
||||
|
||||
bst1 <- readRDS("xgb.model.rds")
|
||||
if (file.exists("xgb.model.rds")) file.remove("xgb.model.rds")
|
||||
# the handle is invalid:
|
||||
print(bst1$handle)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user