tqchen
|
0162bb7034
|
lint half way
|
2015-07-03 18:31:52 -07:00 |
|
tqchen
|
1cb5cad50c
|
Merge branch 'master' of ssh://github.com/dmlc/rabit
|
2015-07-03 17:42:00 -07:00 |
|
tqchen
|
8cc07ba391
|
minor
|
2015-07-03 17:41:52 -07:00 |
|
Tianqi Chen
|
d74f126592
|
Update .travis.yml
|
2015-07-03 15:35:47 -07:00 |
|
Tianqi Chen
|
52b3dcdf07
|
Update .travis.yml
|
2015-07-03 15:33:38 -07:00 |
|
Tianqi Chen
|
099581b591
|
Update .travis.yml
|
2015-07-03 15:31:43 -07:00 |
|
Tianqi Chen
|
1258046f14
|
Update .travis.yml
|
2015-07-03 15:29:30 -07:00 |
|
Tianqi Chen
|
7addac910b
|
Update Makefile
|
2015-07-03 15:23:26 -07:00 |
|
Tianqi Chen
|
0ea7adff92
|
Update .travis.yml
|
2015-07-03 15:21:20 -07:00 |
|
Tianqi Chen
|
f858856586
|
Update travis_script.sh
|
2015-07-03 15:20:59 -07:00 |
|
Tianqi Chen
|
d8eac4ae27
|
Update README.md
|
2015-07-03 15:17:22 -07:00 |
|
tqchen
|
3cc49ad0e8
|
lint and travis
|
2015-07-03 15:15:11 -07:00 |
|
Ajinkya Kale
|
c70a73f38d
|
fixing some typos
|
2015-07-01 22:35:41 -07:00 |
|
Tong He
|
2ed40523ab
|
Merge pull request #369 from ajkl/patch-1
Some typo and formatting fixes
|
2015-07-01 13:05:31 -07:00 |
|
Ajinkya Kale
|
009f692f49
|
Some typo and formatting fixes
|
2015-07-01 12:12:47 -07:00 |
|
Tong He
|
48e19c1964
|
Update xgb.cv.R
|
2015-06-22 12:42:12 -07:00 |
|
Tong He
|
704d9e0a13
|
fix early stopping and prediction
|
2015-06-21 19:46:31 -07:00 |
|
Tong He
|
6b254ec495
|
Update Makefile
|
2015-06-21 19:25:09 -07:00 |
|
tqchen
|
561e51871e
|
ok
|
2015-06-17 21:00:34 -07:00 |
|
Tong He
|
777c5ce992
|
temporarily do not compile vignette
|
2015-06-16 15:08:01 -07:00 |
|
Tong He
|
70c5c12067
|
update knitr dependency
|
2015-06-16 14:39:04 -07:00 |
|
Tong He
|
1595d36721
|
ask travis to compile vignette
|
2015-06-16 14:22:51 -07:00 |
|
pommedeterresautee
|
37714eb331
|
Merge branch 'master' of https://github.com/pommedeterresautee/xgboost
|
2015-06-16 21:40:09 +02:00 |
|
pommedeterresautee
|
ad2e93f6c5
|
multi tree update
|
2015-06-16 21:39:31 +02:00 |
|
pommedeterresautee
|
936190c17c
|
slight update in documentation
|
2015-06-16 21:38:14 +02:00 |
|
hetong007
|
9987fb24f8
|
update makefile
|
2015-06-16 11:43:04 -07:00 |
|
hetong007
|
67f0b69a4c
|
change makefile to be compatible with r-travis
|
2015-06-16 11:30:11 -07:00 |
|
Tong He
|
5568f83a6c
|
Update .travis.yml
|
2015-06-15 22:40:15 -07:00 |
|
Tong He
|
b08c3c5baa
|
Update .travis.yml
|
2015-06-15 22:16:11 -07:00 |
|
Tong He
|
7d9ac3f97d
|
Update .travis.yml
|
2015-06-15 19:15:34 -07:00 |
|
hetong007
|
0bbb4a07b2
|
add travis conf, waiting for setting on travis-ci.org
|
2015-06-15 15:25:40 -07:00 |
|
tqchen
|
7a92d4008e
|
fix col from dense
|
2015-06-15 09:24:10 -07:00 |
|
hetong007
|
c51d71b033
|
check duplicated params
|
2015-06-12 16:48:01 -07:00 |
|
Tong He
|
7cb449c4a7
|
Update xgb.cv.R
|
2015-06-11 14:16:20 -07:00 |
|
Tong He
|
61142f203b
|
check whether objective is character
|
2015-06-11 14:04:43 -07:00 |
|
Tianqi Chen
|
fbaa3821a4
|
Merge pull request #351 from yanqingmen/java_wrapper
Java wrapper for xgboost
|
2015-06-11 09:02:32 -07:00 |
|
yanqingmen
|
4e8a1c6516
|
rm WatchList class, take Iterable<Entry<String, DMatrix>> as eval param, change Params to Iterable<Entry<String, Object>>
|
2015-06-10 23:34:52 -07:00 |
|
yanqingmen
|
8c5d3ac130
|
Merge branch 'java_wrapper' of https://github.com/yanqingmen/xgboost into java_wrapper
|
2015-06-10 20:11:11 -07:00 |
|
yanqingmen
|
c110111f52
|
make some fix
|
2015-06-10 20:09:49 -07:00 |
|
yanqingmen
|
1e03be4e08
|
Update Makefile
|
2015-06-09 23:30:00 -07:00 |
|
yanqingmen
|
f91a098770
|
add java wrapper
|
2015-06-09 23:14:50 -07:00 |
|
yanqingmen
|
fcca359774
|
Merge pull request #1 from dmlc/master
pull from dmlc
|
2015-06-10 09:09:42 +08:00 |
|
Tianqi Chen
|
00a8076deb
|
Merge pull request #350 from jeremyatia/patch-1
Update understandingXGBoostModel.Rmd
|
2015-06-08 16:36:40 -07:00 |
|
Jeremy ATIA
|
a6abdccf01
|
Update understandingXGBoostModel.Rmd
a typo for the dimension of the test set
|
2015-06-08 23:31:12 +02:00 |
|
El Potaeto
|
ab219d3331
|
Merge remote-tracking branch 'dmlc/master'
|
2015-06-03 11:18:45 +02:00 |
|
tqchen
|
2937f5eebc
|
io part refactor
|
2015-06-02 23:18:31 -07:00 |
|
tqchen
|
e5dd894960
|
add a indicator opt
|
2015-06-02 11:38:06 -07:00 |
|
Tong He
|
bc7f6b37b0
|
Update README.md
|
2015-05-30 17:39:19 -07:00 |
|
hetong007
|
36031d9a36
|
modify script to use objective and eval_metric
|
2015-05-30 15:48:57 -07:00 |
|
tqchen
|
ceedf4ea96
|
fix
|
2015-05-28 12:37:06 -07:00 |
|