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 # running all scripts in demo folder
source('basic_walkthrough.R') demo(basic_walkthrough)
source('custom_objective.R') demo(custom_objective)
source('boost_from_prediction.R') demo(boost_from_prediction)
source('predict_first_ntree.R') demo(predict_first_ntree)
source('generalized_linear_model.R') demo(generalized_linear_model)
source('cross_validation.R') demo(cross_validation)