Jiaming Yuan
7903286961
Remove silent from R demos. ( #5675 )
...
* Remove silent from R demos.
* Vignettes.
2020-05-19 18:20:46 +08:00
Jiaxiang Li
1ca5698221
Make the train and test input with same colnames. ( #4329 )
...
Fix the bug report of https://github.com/dmlc/xgboost/issues/4328 .
I am the beginner of the Git so just try my best to follows the guide, https://xgboost.readthedocs.io/en/latest/contribute.html#r-package .
I find there is no `dev` branch, so I pull this fix from my master branch to the original master branch.
2019-04-04 15:59:27 -07:00
Jakob Richter
725f4c36f2
replace nround with nrounds to match actual parameter ( #3592 )
2018-08-15 11:13:53 -07:00
Tong He
ace4016c36
Replace cBind by cbind ( #3203 )
...
* modify test_helper.R
* fix noLD
* update desc
* fix solaris test
* fix desc
* improve fix
* fix url
* change Matrix cBind to cbind
* fix
* fix error in demo
* fix examples
2018-03-28 10:05:47 -07:00
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