Vadim Khotilovich
b4d97d3cb8
R maintenance Feb2017 ( #2045 )
...
* [R] better argument check in xgb.DMatrix; fixes #1480
* [R] showsd was a dummy; fixes #2044
* [R] better categorical encoding explanation in vignette; fixes #1989
* [R] new roxygen version docs update
2017-02-20 10:02:40 -08:00
Vadim Khotilovich
2b5b96d760
[R] various R code maintenance ( #1964 )
...
* [R] xgb.save must work when handle in nil but raw exists
* [R] print.xgb.Booster should still print other info when handle is nil
* [R] rename internal function xgb.Booster to xgb.Booster.handle to make its intent clear
* [R] rename xgb.Booster.check to xgb.Booster.complete and make it visible; more docs
* [R] storing evaluation_log should depend only on watchlist, not on verbose
* [R] reduce the excessive chattiness of unit tests
* [R] only disable some tests in windows when it's not 64-bit
* [R] clean-up xgb.DMatrix
* [R] test xgb.DMatrix loading from libsvm text file
* [R] store feature_names in xgb.Booster, use them from utility functions
* [R] remove non-functional co-occurence computation from xgb.importance
* [R] verbose=0 is enough without a callback
* [R] added forgotten xgb.Booster.complete.Rd; cran check fixes
* [R] update installation instructions
2017-01-21 11:22:46 -08:00
Vadim Khotilovich
d7406e07f3
[R] xgb.plot.tree fixes ( #1939 )
...
* [R] a few fixes and improvements to xgb.plot.tree
* [R] deprecate n_first_tree replace with trees; fix types in xgb.model.dt.tree
2017-01-06 11:09:51 -08:00
Vadim Khotilovich
a0aa305268
[R] docs update - callbacks and parameter style
2016-06-27 01:59:58 -05:00
Vadim Khotilovich
611b317057
make travis happy
2016-05-17 00:24:06 -05:00
Vadim Khotilovich
2b8b18583f
some more xgb.model.dt.tree improvements
2016-05-17 00:24:06 -05:00
Vadim Khotilovich
be65949ba2
xgb.model.dt.tree up to x100 faster
2016-05-17 00:24:06 -05:00
pommedeterresautee
855be97011
model dt tree function documentation improvement
2015-12-08 11:21:25 +01:00
pommedeterresautee
6e370b90fd
some fixes for Travis #Rstat
2015-11-30 15:47:10 +01:00
pommedeterresautee
84ab71dd7e
Polishing API + wording in function description #Rstat
2015-11-30 10:22:14 +01:00
unknown
0052b193cf
Update lib version dependencies (for DiagrammeR mainly)
...
Fix @export tag in each R file (for Roxygen 5, otherwise it doesn't work anymore)
Regerate Roxygen doc
2015-11-07 21:01:28 +01:00
El Potaeto
d860469030
Roxygen update
2015-05-01 09:47:18 +02: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
El Potaeto
75f205b0b1
fix documentation
2015-02-07 23:53:55 +01:00
El Potaeto
b7526671ba
wording
2015-02-05 00:03:39 +01:00
El Potaeto
92652bffa1
wording
2015-02-05 00:01:13 +01:00
El Potaeto
9f5889f1e3
new included feature in dt.tree function
2015-02-04 23:59:53 +01:00
El Potaeto
170dcc49be
doc
2015-01-28 21:42:58 +01:00
El Potaeto
e35a9f4822
Merge remote-tracking branch 'upstream/master'
2015-01-28 10:13:58 +01:00
El Potaeto
52a2b652d3
Documentation: no need to save model in txt...
2015-01-25 20:16:56 +01:00
hetong
33101d5cad
edit document
2015-01-25 10:31:48 -08:00
hetong007
42110f3d70
documentation update
2015-01-20 16:24:01 -08:00
hetong007
d87cb24793
documentation update
2015-01-20 16:21:13 -08:00
El Potaeto
31a3b38ef8
add new parameters model to avoid the use of dump file for functions plot, dt.tree, importance
...
add new size parameter for plot function
2015-01-11 09:40:55 +01:00
El Potaeto
3d0bbae2c2
refactoring of importance function
2015-01-07 18:18:52 +01:00
El Potaeto
d532f04394
add new function to read model and use it in the plot function
2015-01-07 17:47:50 +01:00