9 lines
229 B
R
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')
|
|
|