Commit Graph
2117 Commits
Author SHA1 Message Date
Skipper Seabold b76db01c66 STY: Fix lint errors 2015-07-08 14:29:52 -05:00
Skipper Seabold 4a37b852a0 DOC: Add early stopping example 2015-07-08 13:55:47 -05:00
Skipper Seabold b0f7ddaa2e REF: Combine eval_metric and feval to one parameter 2015-07-08 13:55:47 -05:00
Skipper Seabold 113285e1dc DOC: Point to parameter.md for eval_metric 2015-07-08 13:55:47 -05:00
Skipper Seabold 46e9520a28 DOC: Document verbose_eval 2015-07-08 13:55:47 -05:00
Skipper Seabold cf89ae64e2 ENH: Allow for silent evaluation 2015-07-08 13:55:47 -05:00
Skipper Seabold 3952b525b8 ENH: Allow possibly negative evaluation metrics. 2015-07-08 11:10:36 -05:00
Skipper Seabold 0f5f9c0385 ENH: Allow early stopping in sklearn API. 2015-07-08 11:10:36 -05:00
Tianqi Chen 167544d792 Merge pull request #382 from ajkl/patch-6
refs and formatting changes
2015-07-07 19:32:52 -07:00
Tianqi Chen 1fee7da16f Merge pull request #384 from ajkl/patch-7
need to load vcd if it was freshly installed
2015-07-07 19:32:28 -07:00
Tianqi Chen 048d6929f4 Merge pull request #375 from yanqingmen/java_wrapper
good job! merged
2015-07-07 19:31:54 -07:00
Ajinkya Kale 57e4f4d426 need to load vcd if it was freshly installed 2015-07-07 17:36:18 -07:00
yanqingmen 969ea57159 Update travis_java_script.sh
add "set -e"
2015-07-07 17:28:45 -07:00
Ajinkya Kale c489ce62b2 refs and formatting changes 2015-07-07 16:36:45 -07:00
yanqingmen fc75885e9e add travis-ci script for java wrapper 2015-07-07 19:22:51 +08:00
Tianqi Chen 28f8267563 Update README.md 2015-07-06 22:45:27 -07:00
Tianqi Chen 9ec4c43dd2 Update README.md 2015-07-06 22:44:59 -07:00
Tianqi Chen 46342d4633 checkin 2015-07-06 20:07:04 -07:00
Tianqi Chen fd26f45208 Merge pull request #377 from ajkl/patch-3
Adding some details on nthread parameter
2015-07-06 19:58:44 -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
Tianqi Chen af76bbb3f3 Merge pull request #379 from ajkl/patch-5
Adding examples on xgb.importance, xgb.plot.importance and xgb.plot tree
2015-07-06 19:55:06 -07:00
yanqingmen 0fc47f5abb add testcases 2015-07-06 18:50:46 -07:00
yanqingmen 4d382a8cc1 rename xgboosterror 2015-07-06 17:55:13 -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
Ajinkya Kale b1bcb7183b Adding some details on nthread parameter
I got this information about nthread='real cpu count' from https://github.com/dmlc/xgboost/blob/7cb449c4a75c2a16f6dfea5244ce959d998344b1/java/xgboost4j-demo/src/main/java/org/dmlc/xgboost4j/demo/ExternalMemory.java#L50
Please confirm if this note is still valid before merging this change!
2015-07-06 11:02:19 -07:00
yanqingmen e99ab0d1dd minor fix 2015-07-06 20:56:17 +08:00
yanqingmen f73bcd427d update java wrapper for new fault handle API 2015-07-06 02:32:58 -07:00
yanqingmen 7755c00721 Merge pull request #2 from dmlc/master
pr from origin:master
2015-07-06 09:00:42 +08:00
tqchen a735f8cb76 quick patch threadlocal 2015-07-04 18:29:42 -07:00
tqchen cc767add88 API refactor to make fault handling easy 2015-07-04 18:12:44 -07:00
Tianqi Chen 4d436a3cb0 Update README.md 2015-07-03 21:59:40 -07:00
Tianqi Chen 53a18635ee Merge pull request #371 from ajkl/patch-2
fixing some typos
2015-07-03 21:42:54 -07:00
tqchen f0421e9455 last check 2015-07-03 21:27:29 -07:00
tqchen 93319841ed ok 2015-07-03 21:20:56 -07:00
tqchen ccf21ec061 add scipy dep 2015-07-03 21:15:10 -07:00
tqchen 39913d6ee8 add scipy dep 2015-07-03 21:14:49 -07:00
tqchen fe3464b763 update script 2015-07-03 21:11:01 -07:00
tqchen af0a451dc4 refactor and ci 2015-07-03 21:08:36 -07:00
tqchen 59b91cf205 make python lint 2015-07-03 20:36:41 -07:00
tqchen 57ec922214 fix all cpp lint 2015-07-03 19:42:44 -07:00
tqchen 1123253f79 lint all 2015-07-03 19:35:23 -07:00
tqchen aba41d07cd lint learner finish 2015-07-03 19:20:45 -07:00
tqchen 1581de08da fix all utils 2015-07-03 18:44:01 -07:00
tqchen 0162bb7034 lint half way 2015-07-03 18:31:52 -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