2014-09-06 11:13:19 -07:00

9 lines
229 B
R

# 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')