improve runall.R
This commit is contained in:
parent
cd35d88a03
commit
80636cd804
@ -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)
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user