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
@@ -73,6 +73,7 @@ xgb.attributes(bst) <- list(a = 123, b = "abc")
|
||||
|
||||
xgb.save(bst, 'xgb.model')
|
||||
bst1 <- xgb.load('xgb.model')
|
||||
if (file.exists('xgb.model')) file.remove('xgb.model')
|
||||
print(xgb.attr(bst1, "my_attribute"))
|
||||
print(xgb.attributes(bst1))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user