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
Tong He
170b349f3e
Fix the "No visible binding" CRAN checks ( #1504 )
...
* fix cran check
* change required R version because of utils::globalVariables
2016-08-26 10:24:04 -07:00
Vadim Khotilovich
d5c143367d
[R-package] GPL2 dependency reduction and some fixes ( #1401 )
...
* [R] do not remove zero coefficients from gblinear dump
* [R] switch from stringr to stringi
* fix #1399
* [R] separate ggplot backend, add base r graphics, cleanup, more plots, tests
* add missing include in amalgamation - fixes building R package in linux
* add forgotten file
* [R] fix DESCRIPTION
* [R] fix travis check issue and some cleanup
2016-07-27 00:05:04 -07:00
Vadim Khotilovich
11efa038bd
[R-package] various fixes for R CMD check ( #1328 )
...
* [R] fix xgb.create.features
* [R] fixes for R CMD check
2016-07-04 10:40:35 -07:00
Vadim Khotilovich
8473b18c3d
[R] consolidate importFrom-s; parameter style
2016-06-27 01:50:03 -05:00
Vadim Khotilovich
2e0ffcc303
R-callbacks docs
2016-06-09 02:52:09 -05:00
Vadim Khotilovich
be65949ba2
xgb.model.dt.tree up to x100 faster
2016-05-17 00:24:06 -05:00
Vadim Khotilovich
8664217a5a
[R] more attribute handling functionality
2016-05-14 18:19:18 -05:00
Vadim Khotilovich
79c7c9e5bb
R accessors for model attributes
2016-05-02 00:20:44 -05:00
Vadim Khotilovich
71f402ac16
convert S4 to S3; add some extra methods to DMatrix
2016-03-27 19:22:22 -05:00
Michaël Benesty
c1b2d9cb86
Generate new features based on tree leafs
2015-12-07 11:30:19 +01:00
pommedeterresautee
5e9f4dc973
Fix missing dependencies
2015-11-27 18:19:51 +01:00
pommedeterresautee
68b666d7e5
add exclusion of global variables + generate Roxygen doc
2015-11-27 17:58:50 +01:00
pommedeterresautee
d9fe9c5d8a
Plot model deepness
...
New function to explore the model by ploting the way splits are done.
2015-11-24 11:45:32 +01:00
unknown
77ae180d3d
Remove DiagrammeR dependency to make travis happy...
2015-11-07 21:46:08 +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
Vadim Khotilovich
76cef701ab
moved the external graphing packages to Suggested in order to trim the dependencies
2015-04-07 18:02:29 -05:00
pommedeterresautee
81caba5dce
new nrow function for xgb.DMatrix
2015-03-15 23:52:00 +01:00
hetong
ee6e8279eb
add vcd back
2015-03-03 00:25:30 -08: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
8f0e99c3ce
import vcd to eliminate note
2015-02-28 10:11:44 -08:00
El Potaeto
08493c2b3d
missing feature management
2015-02-17 23:27:02 +01:00
El Potaeto
e2b2c21aef
better co occurence function
2015-02-17 22:39:38 +01:00
Tianqi Chen
a3cf30592f
Merge pull request #168 from pommedeterresautee/master
...
xgboost simplified documentation + dump function performance optimization (for big model)
2015-02-09 09:05:57 -08:00
El Potaeto
3971323203
fix bug
2015-02-09 18:01:14 +01:00
El Potaeto
76e24fdd36
documentation simplification
2015-02-08 22:46:29 +01:00
El Potaeto
9f5889f1e3
new included feature in dt.tree function
2015-02-04 23:59:53 +01:00
tqchen
dc3003cefd
add saveload to raw
2015-02-01 21:17:37 -08: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
pommedeterresautee
e06c1da842
new plot feature importance function
2015-01-27 22:26:57 +01:00
El Potaeto
5e94126963
fix mermaid
2015-01-25 21:07:06 +01:00
hetong
33101d5cad
edit document
2015-01-25 10:31:48 -08:00
El Potaeto
51935851bd
fix plenty of small bugs
2015-01-09 18:24:12 +01:00
El Potaeto
9d6eecf34e
small change in import lib
2015-01-09 11:07:53 +01:00
El Potaeto
3e1eea0eea
refactor dump function to adapt to the new possibilities of exporting a String
2015-01-09 00:14:01 +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
El Potaeto
3dd202a19e
Add stat indicators in plot
2015-01-06 18:18:55 +01:00
El Potaeto
c64bfad5bb
fix import issue
2015-01-05 19:35:33 +01:00
El Potaeto
3d068b4e1a
new documentation
...
new import
2015-01-05 19:26:09 +01:00
El Potaeto
cdea1685e5
Add a new verbose parameter to print progress during the process (set to true by default to not change behavior of existing code) + source code refactoring
2015-01-02 11:21:53 +01:00
El Potaeto
4d0d65837d
parse history first line to guess which columns are required
2015-01-01 22:43:23 +01:00
El Potaeto
8bbe45eed2
fix some missing imports
2015-01-01 16:09:03 +01:00
El Potaeto
a524a51a06
return history as data.table for cross validation + documentation
2015-01-01 16:05:43 +01:00
El Potaeto
dba1ce7050
new dependency over stringr
2014-12-29 23:57:01 +01:00
El Potaeto
ce83611a72
generated documentation with ROxygen2
2014-12-28 10:46:31 +01:00
El Potaeto
8c17a86b38
Update Namespace with new function
2014-12-28 10:24:43 +01:00
hetong
f1d7b012a6
refine doc, with Rd
2014-09-06 11:17:38 -07:00
tqchen
35431e664e
add boost from prediction
2014-09-06 10:28:48 -07:00