hetong
|
f75387f701
|
update document
|
2015-01-25 10:37:11 -08:00 |
|
hetong
|
33101d5cad
|
edit document
|
2015-01-25 10:31:48 -08:00 |
|
Tong He
|
8971f0ff50
|
Update xgboost.R
|
2015-01-25 10:21:24 -08:00 |
|
pommedeterresautee
|
7f1aff7858
|
forget one variable
|
2015-01-21 22:07:30 +01:00 |
|
El Potaeto
|
f1d9fe8153
|
fix a bug introduced in previous commit
|
2015-01-21 13:31:17 +01:00 |
|
El Potaeto
|
e475b7d84e
|
Avoid some Cran check error messages
|
2015-01-21 13:26:34 +01:00 |
|
hetong
|
34e2fbd2c4
|
fix some issues from the cran check
|
2015-01-20 21:29:51 -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 |
|
hetong007
|
6901e90730
|
resolving not-CRAN issues
|
2015-01-20 15:51:42 -08:00 |
|
hetong007
|
eb01acfad8
|
improve demo of cv in R
|
2015-01-20 14:35:44 -08:00 |
|
hetong007
|
947f0a926d
|
enable returning prediction in cv
|
2015-01-20 14:12:45 -08:00 |
|
hetong
|
c0c6951b73
|
fix bug in format of input
|
2015-01-19 19:26:25 -08:00 |
|
hetong
|
f295177b1d
|
add nrow to getinfo
|
2015-01-19 13:36:53 -08:00 |
|
hetong
|
a1e188aa75
|
add nrow to getinfo
|
2015-01-19 13:35:11 -08:00 |
|
hetong
|
43c13d82ba
|
add leaf example in R
|
2015-01-19 10:34:14 -08:00 |
|
tqchen
|
312546b99d
|
quick fix
|
2015-01-19 10:00:28 -08:00 |
|
tqchen
|
632fdbbf5c
|
add proptype of predleaf in R, fix bug in lambda rank
|
2015-01-19 09:07:37 -08:00 |
|
tqchen
|
902f84cf4a
|
ok
|
2015-01-19 08:37:17 -08:00 |
|
Tianqi Chen
|
748389f052
|
fix win compile
|
2015-01-19 00:29:03 -08:00 |
|
Tianqi Chen
|
f22ee7cb61
|
windows changes
|
2015-01-18 22:54:01 -08:00 |
|
tqchen
|
7780bc45c2
|
change R build script
|
2015-01-18 22:14:38 -08:00 |
|
tqchen
|
f49fd88de8
|
Merge branch 'unity'
Conflicts:
.gitignore
R-package/src/xgboost_R.cpp
src/gbm/gblinear-inl.hpp
tools/xgcombine_buffer.cpp
|
2015-01-18 20:09:21 -08:00 |
|
Tianqi Chen
|
d50079f993
|
Merge pull request #145 from pommedeterresautee/master
refactoring
|
2015-01-18 14:57:44 -08:00 |
|
El Potaeto
|
d84d27ae3d
|
refactoring
|
2015-01-18 00:35:38 +01:00 |
|
Tong He
|
bbbc6be58e
|
Add vcd to the dependencies
|
2015-01-13 15:38:50 -08:00 |
|
El Potaeto
|
48c1911bc4
|
fix error
|
2015-01-11 23:39:24 +01:00 |
|
El Potaeto
|
d441a9d382
|
avoid error when a tree is just made of one leaf
|
2015-01-11 23:37:02 +01: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
|
c8c5789efd
|
add new parameters to several functions avoid the need of a text dump
|
2015-01-11 03:06:41 +01:00 |
|
El Potaeto
|
70df227689
|
dump function is now memory safe
|
2015-01-11 01:04:54 +01:00 |
|
El Potaeto
|
359889e3d6
|
fix a small bug in CV function
|
2015-01-09 19:03:47 +01:00 |
|
El Potaeto
|
99b4ead937
|
add new dependency on DiagrammeR
|
2015-01-09 18:28:10 +01:00 |
|
El Potaeto
|
a3493934d1
|
documentation example change
|
2015-01-09 18:26:56 +01:00 |
|
El Potaeto
|
51935851bd
|
fix plenty of small bugs
|
2015-01-09 18:24:12 +01:00 |
|
El Potaeto
|
b656ca1554
|
reindent
|
2015-01-09 11:54:23 +01:00 |
|
El Potaeto
|
d96bd15b7d
|
small fix in the C dump code
|
2015-01-09 11:52:40 +01:00 |
|
El Potaeto
|
31d0e8f65d
|
better doc of dump function
|
2015-01-09 11:14:08 +01:00 |
|
El Potaeto
|
9d6eecf34e
|
small change in import lib
|
2015-01-09 11:07:53 +01:00 |
|
El Potaeto
|
10f755e055
|
only replace tabulation which begins a line (avoid wrong replacement in feature name)
|
2015-01-09 11:06:56 +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
|
6fd8bbe71a
|
C part export a model dump string
|
2015-01-08 23:47:00 +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 |
|
El Potaeto
|
e380e4facf
|
refactoring for perf
|
2015-01-07 17:09:56 +01:00 |
|
El Potaeto
|
cce26756bf
|
add style option
|
2015-01-07 17:05:34 +01:00 |
|
pommedeterresautee
|
9e20893d35
|
Change in aesthetic
Improve documentation
|
2015-01-06 23:57:33 +01:00 |
|
El Potaeto
|
3dd202a19e
|
Add stat indicators in plot
|
2015-01-06 18:18:55 +01:00 |
|
El Potaeto
|
94d070da60
|
add limit number of trees option
|
2015-01-06 13:59:29 +01:00 |
|
El Potaeto
|
a6c588f90d
|
fix arg check
|
2015-01-06 13:59:14 +01:00 |
|