Skip to content

Commit

Permalink
Merge pull request #1264 from khotilov/r_callbacks
Browse files Browse the repository at this point in the history
[R-package] callbacks per #892
  • Loading branch information
hetong007 authored Jul 3, 2016
2 parents 7533191 + 4fb1b8a commit 44ed6d5
Show file tree
Hide file tree
Showing 67 changed files with 3,028 additions and 1,137 deletions.
2 changes: 1 addition & 1 deletion R-package/DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Title: Extreme Gradient Boosting
Version: 0.4-3
Date: 2015-08-01
Author: Tianqi Chen <[email protected]>, Tong He <[email protected]>,
Michael Benesty <[email protected]>
Michael Benesty <[email protected]>, Vadim Khotilovich <[email protected]>
Maintainer: Tong He <[email protected]>
Description: Extreme Gradient Boosting, which is an efficient implementation
of gradient boosting framework. This package is its R interface. The package
Expand Down
12 changes: 10 additions & 2 deletions R-package/NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,16 @@ S3method(slice,xgb.DMatrix)
export("xgb.attr<-")
export("xgb.attributes<-")
export("xgb.parameters<-")
export(cb.cv.predict)
export(cb.early.stop)
export(cb.evaluation.log)
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)
Expand Down Expand Up @@ -44,13 +52,13 @@ importFrom(Matrix,sparseVector)
importFrom(data.table,":=")
importFrom(data.table,as.data.table)
importFrom(data.table,data.table)
importFrom(data.table,fread)
importFrom(data.table,rbindlist)
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_replace_all)
importFrom(stringr,str_split)
useDynLib(xgboost)
Loading

0 comments on commit 44ed6d5

Please sign in to comment.