R-callbacks docs
This commit is contained in:
@@ -12,8 +12,15 @@ S3method(slice,xgb.DMatrix)
|
||||
export("xgb.attr<-")
|
||||
export("xgb.attributes<-")
|
||||
export("xgb.parameters<-")
|
||||
export(cb.early_stop)
|
||||
export(cb.log_evaluation)
|
||||
export(cb.print_evaluation)
|
||||
export(cb.reset_parameters)
|
||||
export(cb.save_model)
|
||||
export(getinfo)
|
||||
export(print.xgb.Booster)
|
||||
export(print.xgb.DMatrix)
|
||||
export(print.xgb.cv.synchronous)
|
||||
export(setinfo)
|
||||
export(slice)
|
||||
export(xgb.DMatrix)
|
||||
@@ -50,7 +57,7 @@ importFrom(data.table,setnames)
|
||||
importFrom(magrittr,"%>%")
|
||||
importFrom(stringr,str_detect)
|
||||
importFrom(stringr,str_extract)
|
||||
importFrom(stringr,str_extract_all)
|
||||
importFrom(stringr,str_match)
|
||||
importFrom(stringr,str_replace)
|
||||
importFrom(stringr,str_split)
|
||||
useDynLib(xgboost)
|
||||
|
||||
Reference in New Issue
Block a user