add cross validation

This commit is contained in:
tqchen
2014-09-05 22:34:32 -07:00
parent bc1817ca2f
commit 0ecd6c08f3
5 changed files with 66 additions and 10 deletions

View File

@@ -8,6 +8,7 @@ export(xgb.dump)
export(xgb.load)
export(xgb.save)
export(xgb.train)
export(xgb.cv)
export(xgboost)
exportMethods(predict)
import(methods)