fix warnings
This commit is contained in:
parent
25f508e43e
commit
7f3dc7cf7e
@ -1,3 +1,4 @@
|
|||||||
|
setClass("xgb.Booster.handle")
|
||||||
setClass("xgb.Booster",
|
setClass("xgb.Booster",
|
||||||
slots = c(handle = "xgb.Booster.handle",
|
slots = c(handle = "xgb.Booster.handle",
|
||||||
raw = "raw"))
|
raw = "raw"))
|
||||||
|
|||||||
@ -1,5 +1,3 @@
|
|||||||
setClass("xgb.Booster.handle")
|
|
||||||
|
|
||||||
#' Predict method for eXtreme Gradient Boosting model handle
|
#' Predict method for eXtreme Gradient Boosting model handle
|
||||||
#'
|
#'
|
||||||
#' Predicted values based on xgb.Booster.handle object.
|
#' Predicted values based on xgb.Booster.handle object.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user