terrytangyuan
e23f4ec3db
Minor addition to R unit tests
2015-10-30 19:48:00 -05:00
terrytangyuan
5b9e071c18
Fix travis build (+1 squashed commit)
...
Squashed commits:
[9240d5f] Fix Travis build
2015-10-29 00:28:53 -04:00
terrytangyuan
6024480400
Fixed most of the lint issues
2015-10-28 23:24:17 -04:00
terrytangyuan
8bae715994
Lint fix on infix operators
2015-10-28 23:04:45 -04:00
terrytangyuan
d7fce99564
Lint fix on consistent assignment
2015-10-28 22:22:51 -04:00
terrytangyuan
56da375165
Added test_lint.R to test code quality
2015-10-25 20:45:04 -04:00
terrytangyuan
139feaf97a
Code: Lint fixes on trailing spaces
2015-10-24 16:50:03 -04:00
terrytangyuan
537b34dc6f
Code: Some Lint fixes
2015-10-24 16:43:44 -04:00
terrytangyuan
3abbd7b4c7
Added test_lint to test code quality
2015-10-24 16:39:58 -04:00
kferris
7a94bdb60c
Switch missing values from 0 to NA in R package
2015-10-07 18:51:47 -04:00
Alex Miller
0b143e6d22
spelling changes
2015-09-16 01:39:01 -07:00
terrytangyuan
424bcc05fa
ENH: More comments and explanation on demo using xgboost from caret
2015-09-10 23:41:36 -04:00
Yuan Tang (Terry)
62e95dcc60
DOC: Added caret_wrapper.R link into demo/README.md
2015-09-10 23:23:30 -04:00
terrytangyuan
9ead44531e
DOC: Added new demo to index
2015-09-08 10:54:07 -04:00
terrytangyuan
d3bb466026
ENH/DOC: Added R package demo using caret library to train xgbTree model
2015-09-08 10:51:20 -04:00
terrytangyuan
33f1ab3ae1
TST: Added one minor check for xgb.importance
2015-09-07 22:51:14 -04:00
terrytangyuan
c50cf6d7ff
TST: Added test for poisson regression
2015-09-07 22:03:28 -04:00
terrytangyuan
3a49e1bdb1
TST: Added more checks for testing custom objective
2015-09-07 21:56:50 -04:00
terrytangyuan
886955148d
TST: Added test for models with custom objective
2015-09-07 21:55:17 -04:00
terrytangyuan
408c3a62a8
TST: Added test for xgb.plot.tree
2015-09-07 21:49:27 -04:00
terrytangyuan
d833038ba1
TST: Added test for xgb.importance
2015-09-07 21:48:57 -04:00
terrytangyuan
78afd6c772
TST: Added test for dump
2015-09-07 21:36:52 -04:00
Yuan Tang (Terry)
339a53d9d4
fixed unit test in R
2015-09-06 20:00:25 -04:00
terrytangyuan
92b996513e
TST: Added R unit test for glm
2015-09-05 22:50:27 -04:00
unknown
3d6c831e8a
add error for data.frame, add weight to xgboost
2015-09-02 21:43:23 -07:00
hetong007
5773d4d3c4
fix test
2015-08-27 16:02:41 -07:00
hetong007
4554da0537
add test module in R
2015-08-27 15:56:35 -07:00
hetong007
b0be833c75
add save_period
2015-08-27 14:30:23 -07:00
Yuan Tang
3dd40b9f37
fixed typos in basic_walkthrough demo
2015-08-10 20:35:10 -04:00
terrytangyuan
b3bffcef34
fixed some typos in demos comments
2015-08-09 22:15:02 -04:00
El Potaeto
740db8ff02
Merge remote-tracking branch 'dmlc/master'
2015-08-05 12:07:41 +02:00
Tianqi Chen
752cf4c95d
Update xgboost_R.cpp
2015-08-04 22:56:16 -07:00
Tianqi Chen
b30aa96a88
Update xgboost_R.cpp
2015-08-04 20:14:58 -07:00
Tong He
f7bb8fc10f
Update README.md
2015-08-02 19:04:32 -07:00
tqchen
e8de5da3a5
Document refactor
...
change badge
2015-08-02 19:01:38 -07:00
tqchen
8083c30e7b
quick fix of solaris problem in cranc check
2015-08-01 09:18:34 -07:00
hetong007
3a091fa302
modify desc
2015-07-31 21:33:54 +00:00
Ajinkya Kale
0c8c231949
Fixing duplicate params in demo
...
Issue in "demo(package="xgboost", custom_objective)"
> bst <- xgb.train(param, dtrain, num_round, watchlist,
+ objective=logregobj, eval_metric=evalerror)
Error in xgb.train(param, dtrain, num_round, watchlist, objective = logregobj, :
Duplicated term in parameters. Please check your list of params.
2015-07-29 14:28:34 -07:00
hetong007
a1c7104d7f
fix crash
2015-07-24 19:11:08 +00:00
unknown
198c5bb55e
fix namespace and desc
2015-07-24 11:58:02 -07:00
pommedeterresautee
951ba267cf
move plot file
2015-07-22 23:50:54 +02:00
orenov
d8fc16538e
issue #368 , data.table problems
2015-07-22 12:03:01 +03:00
El Potaeto
86f9f707d8
Merge remote-tracking branch 'dmlc/master'
2015-07-15 16:00:21 +02:00
Ajinkya Kale
57e4f4d426
need to load vcd if it was freshly installed
2015-07-07 17:36:18 -07:00
Tianqi Chen
13aff0d8cd
Merge pull request #378 from ajkl/patch-4
...
Adding workaround for install the R-package
2015-07-06 19:55:25 -07:00
Ajinkya Kale
364abdd6d1
Adding examples on xgb.importance, xgb.plot.importance and xgb.plot tree
2015-07-06 16:45:30 -07:00
Ajinkya Kale
761ab7c834
Adding workaround for install the R-package
...
I was facing this issue and this workaround worked for me. Maybe this should be moved to know issues section.
2015-07-06 14:52:38 -07:00
tqchen
cc767add88
API refactor to make fault handling easy
2015-07-04 18:12:44 -07:00
tqchen
57ec922214
fix all cpp lint
2015-07-03 19:42:44 -07:00
Tong He
48e19c1964
Update xgb.cv.R
2015-06-22 12:42:12 -07:00