R-callbacks docs

This commit is contained in:
Vadim Khotilovich
2016-06-09 02:52:09 -05:00
parent 422b0000a8
commit 2e0ffcc303
12 changed files with 396 additions and 107 deletions

View File

@@ -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)