Files
xgboost/R-package/demo
davidt0x b29b7d1d76 Fixed loop bound in create.new.tree.features (#2328)
for loop in create.new.tree.features was referencing length(trees) as the upper bound of the loop. trees is a base R dataset and not the model that the code is generating. Changed loop boundary to model$niter which should be the number of trees.
2017-05-30 17:50:33 +02:00
..
2016-12-02 20:19:03 -08:00
2015-05-11 15:21:54 -07:00
2016-12-02 20:19:03 -08:00