improve runall.R

This commit is contained in:
hetong 2014-09-06 23:06:47 -07:00
parent cd35d88a03
commit 80636cd804

View File

@ -1,8 +1,8 @@
# running all scripts in demo folder
source('basic_walkthrough.R')
source('custom_objective.R')
source('boost_from_prediction.R')
source('predict_first_ntree.R')
source('generalized_linear_model.R')
source('cross_validation.R')
demo(basic_walkthrough)
demo(custom_objective)
demo(boost_from_prediction)
demo(predict_first_ntree)
demo(generalized_linear_model)
demo(cross_validation)