1867 Commits

Author SHA1 Message Date
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
fbf2a5feed DOC: Updated CONTRIBUTORS.md 2015-09-07 22:49:10 -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
Tianqi Chen
baa3145817 Merge pull request #461 from okaoka/fix-parameter-typo
Fix a typo in parameter.md
2015-08-29 10:02:40 -07:00
okaoka
632fdc3e19 Fix a typo 2015-08-29 19:45:11 +09:00
hetong007
57a43e9da7 Merge branch 'master' of github.com:dmlc/xgboost 2015-08-27 16:06:36 -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
Tong He
635c39c4c3 Update README.md 2015-08-27 15:35:53 -07:00
hetong007
b0be833c75 add save_period 2015-08-27 14:30:23 -07:00
Tianqi Chen
c4fa2f6110 Update model.md 2015-08-23 22:46:50 -07:00
Tong He
f305cdbf75 align formula 2015-08-23 22:31:00 -07:00
tqchen
6bcf35f2e1 minor 2015-08-23 22:06:38 -07:00
tqchen
3c114262aa Merge branch 'master' of ssh://github.com/dmlc/xgboost 2015-08-23 22:04:24 -07:00
Tianqi Chen
b8330fc58a Merge pull request #456 from phunterlau/master
add platform if statement in setup.py for pip for pull #450 issue
2015-08-23 22:04:19 -07:00
tqchen
483a7d05e9 Merge branch 'master' of ssh://github.com/dmlc/xgboost
Conflicts:
	doc/index.md
	doc/model.md
2015-08-23 22:03:50 -07:00
tqchen
8c4c754a72 update 2015-08-23 22:00:41 -07:00
phunterlau
f4a5a8b6cd switch back to the original version info 2015-08-23 21:28:13 -07:00
phunterlau
bc6e2af374 add back setup.py after conflict resolving 2015-08-23 21:25:38 -07:00
phunterlau
6231e153e6 Merge branch 'dmlc-master' 2015-08-23 21:22:08 -07:00
phunterlau
2dcf263536 Merge branch 'master' of git://github.com/dmlc/xgboost into dmlc-master
Conflicts:
	python-package/setup.py
2015-08-23 21:20:31 -07:00
phunterlau
f258a68029 add platform if statement in setup.py for pip for pull #450 issuecomment-133795287 2015-08-23 20:38:26 -07:00
hetong007
7294ac4fc9 refine model doc 2015-08-23 17:04:08 -07:00
hetong007
cc3c98d9b7 fix formula 2015-08-23 16:59:29 -07:00
hetong007
30c30d3696 modify model doc 2015-08-23 16:56:57 -07:00
hetong007
5196458305 add plot 2015-08-23 16:28:24 -07:00
hetong007
d5d48560a7 add model description 2015-08-23 16:25:28 -07:00
Tianqi Chen
32009942fd Merge pull request #455 from sinhrks/py3
Python Visualization Fix for python 3
2015-08-23 14:29:33 -07:00
sinhrks
00702dc39b Fix for python 3 2015-08-24 05:09:27 +09:00
Tianqi Chen
8e06726f6b Merge pull request #454 from VGuette/master
Missing parentheses in call to 'print'  Thanks for the contribution!
2015-08-23 09:16:16 -07:00
VGuette
10273a0288 Update setup.py 2015-08-23 11:01:43 +02:00
Tianqi Chen
19eef1d0da Merge pull request #450 from phunterlau/master
add necessary configrations for pip installation
2015-08-20 18:45:30 -07:00
Tong He
07182444d2 Update README.md 2015-08-20 13:53:20 -07:00
phunterlau
5e81a210ce polish README.md with more information for PR #450 2015-08-20 12:33:28 -07:00
phunterlau
db444c4a08 update with comments on PR #450, fixed styles and updated CHANGES and CONTRIBUTORS 2015-08-20 10:10:34 -07:00
phunterlau
70e230815b add necessary configrations for pip installation 2015-08-20 01:26:17 -07:00
Tianqi Chen
4af680c3b6 Merge pull request #439 from sinhrks/pyviz
Add visualization to python package! great job
2015-08-15 09:48:49 -07:00
sinhrks
d24b36adf9 ENH: Add visualization to python package 2015-08-16 00:57:21 +09:00
Tianqi Chen
a13a3d1552 Merge pull request #443 from jdwittenauer/master
Cleaned up guide-python directory.
2015-08-13 18:07:42 -07:00
John Wittenauer
7a3676851d Cleaned up guide-python directory. 2015-08-13 20:32:47 -04:00