Merge pull request #168 from pommedeterresautee/master

xgboost simplified documentation + dump function performance optimization (for big model)
This commit is contained in:
Tianqi Chen
2015-02-09 09:05:57 -08:00
7 changed files with 133 additions and 34 deletions

View File

@@ -26,6 +26,7 @@ importFrom(data.table,":=")
importFrom(data.table,as.data.table)
importFrom(data.table,copy)
importFrom(data.table,data.table)
importFrom(data.table,fread)
importFrom(data.table,rbindlist)
importFrom(data.table,set)
importFrom(data.table,setnames)