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
Vadim Khotilovich
3b6b344561
[R] adopt demos and vignettes to a more consistent parameter style
2016-06-27 02:00:39 -05:00
Michaël Benesty
c1b2d9cb86
Generate new features based on tree leafs
2015-12-07 11:30:19 +01:00
Michaël Benesty
3b67028ad6
remove intersect column in sparse Matrix
2015-12-05 19:02:05 +01:00
pommedeterresautee
39fa45debe
Add code to demo of leaf (show imprmt in accuracy)
2015-12-04 15:16:58 +01:00
pommedeterresautee
7479cc68a7
Cleaning of demo
2015-12-02 15:47:45 +01:00
hetong
41b080e35f
To submit to CRAN we cannot use more than 2 threads in our examples/vignettes
2015-03-03 00:21:24 -08:00
hetong
c0c6951b73
fix bug in format of input
2015-01-19 19:26:25 -08:00
hetong
43c13d82ba
add leaf example in R
2015-01-19 10:34:14 -08:00