This commit is contained in:
tqchen
2014-09-06 11:13:19 -07:00
parent 7879db8702
commit e9ed4eb1a2
17 changed files with 135 additions and 283 deletions

8
R-package/demo/runall.R Normal file
View File

@@ -0,0 +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')