Commit Graph
1728 Commits
Author SHA1 Message Date
hetong007 19b24cf978 customized obj and feval interface 2015-05-25 11:19:38 -07:00
Tong He 458585b5fd Update xgb.train.R 2015-05-25 10:24:59 -07:00
Tianqi Chen 1d57cfb7bd Update xgboost.py 2015-05-22 13:27:08 -07:00
Tianqi Chen bc7241b2a4 Update README.md 2015-05-21 13:44:21 -07:00
Tianqi Chen 7d132aefa9 Update LICENSE 2015-05-21 13:01:15 -07:00
Tianqi Chen a31aaa410c Update parameter.md 2015-05-20 17:27:15 -07:00
Tianqi Chen da5e62773d Merge pull request #328 from drsaltiel/patch-1
Update parameter.md to include parameter ranges
2015-05-20 17:26:00 -07:00
Daniel Saltiel b1c79323af Update parameter.md to include parameter ranges
only updated for tree booster parameters
2015-05-20 17:13:20 -07:00
Tianqi Chen c82101ef16 Merge pull request #324 from jseabold/allow-zero-as-missing
ENH: Allow missing = 0
2015-05-18 18:54:17 +02:00
Skipper Seabold 978216d350 ENH: Allow missing = 0 2015-05-18 11:43:58 -05:00
Tianqi Chen 0c6bfa74b5 Merge pull request #315 from jseabold/sklearn-handle-missing
ENH: Allow settable missing value in sklearn api.
2015-05-18 17:00:53 +02:00
Tianqi Chen 01175a415a Merge pull request #323 from jseabold/fix-errors
BUG: XGBError -> XGBoostError
2015-05-18 17:00:08 +02:00
Skipper Seabold a17cb2339e BUG: XGBError -> XGBoostError 2015-05-18 09:09:22 -05:00
Skipper Seabold 0a0a80ec72 ENH: Allow settable missing value in sklearn api. 2015-05-18 09:06:09 -05:00
tqchen 91a5390929 checkin copy 2015-05-17 21:29:51 -07:00
tqchen e6b8b23a2c allow booster to be pickable, add copy function 2015-05-16 12:59:55 -07:00
tqchen 39f1da08d2 Merge branch 'master' of ssh://github.com/dmlc/xgboost 2015-05-15 23:54:40 -07:00
tqchen 09a841f810 auto turn on optimization 2015-05-15 23:54:34 -07:00
tqchen 792cff5abc checkin some micro optimization 2015-05-15 23:54:03 -07:00
Tianqi Chen f49525ee95 Merge pull request #319 from jdwittenauer/master
Add classes_ attribute to scikit-learn wrapper
2015-05-15 22:03:18 -07:00
John Wittenauer 4e080928a8 Added classes_ attribute to scikit-learn wrapper. 2015-05-15 21:19:39 -04:00
Tianqi Chen 9c52fc8e22 Merge pull request #314 from enizhibitsky/wrapper_stopping_fix
Fix early stopping in python wrapper
2015-05-14 16:16:47 -07:00
Tianqi Chen 019ab50994 Merge pull request #313 from alexchao56/master
Updated grammar for the README.md
2015-05-14 16:16:13 -07:00
Eugene Nizhibitsky b63868327f Fix early stopping in python wrapper 2015-05-14 22:55:49 +03:00
Alex Chao e080c663a8 Updated grammar for the README.md 2015-05-14 11:57:50 -07:00
tqchen 3a7808dc7d remove print 2015-05-13 23:34:09 -07:00
Tianqi Chen 49ad633530 Update xgboost.py 2015-05-13 23:15:19 -07:00
Tong He e03ef41829 Merge pull request #312 from by321/master
xgb.cv( printEveryN ) parameter to print every n-th progress message
2015-05-13 22:18:47 -07:00
by321 a4341f22a2 xgb.csv(printEveryN) parameter to print every n-th progress message 2015-05-13 21:51:05 -07:00
tqchen b8b0243d95 Merge branch 'master' of ssh://github.com/dmlc/xgboost 2015-05-12 20:21:00 -07:00
tqchen 62801f5343 allow fpic 2015-05-12 20:20:30 -07:00
Tianqi Chen cb4d7f821f Update README.md v0.40 2015-05-11 23:44:02 -07:00
tqchen 42bf52f462 0.4 2015-05-11 23:42:49 -07:00
hetong 755eab8949 update date 2015-05-11 20:58:41 -07:00
hetong c05cc48dfa delete abundant file 2015-05-11 20:55:09 -07:00
hetong007 cfdd6029a8 rename demo of early stopping 2015-05-11 16:59:18 -07:00
Tong He d7da4189dc Merge pull request #296 from by321/master
new parameter in xgboost() and xgb.train() to print every N-th progress message
2015-05-11 16:55:14 -07:00
hetong007 90096e718c fix early stopping 2015-05-11 16:53:51 -07:00
hetong007 83ace55f51 add early stopping to xgb.cv 2015-05-11 16:03:40 -07:00
hetong007 60d307c445 add poisson demo 2015-05-11 15:21:54 -07:00
by321 5dacab0e22 new parameter in xgboost() and xgb.train() to print every N-th progress message 2015-05-11 14:18:24 -07:00
Tianqi Chen 9c0ba67088 Update README.md 2015-05-11 08:45:59 -07:00
Tianqi Chen 8b9e87790a Merge pull request #299 from jseabold/pickle-xgbooster
ENH: Pickle xgbooster enhancments. Thanks!
2015-05-11 08:44:36 -07:00
Skipper Seabold 15ea00540a EX: Make separate example for fork issue. 2015-05-11 09:30:51 -05:00
Skipper Seabold fa8c6e2f0b DOC: Add warning about fork + openmp 2015-05-11 09:09:08 -05:00
Skipper Seabold 99c2df9913 EX: Show example of pickling and parallel use. 2015-05-11 09:09:08 -05:00
Skipper Seabold 932af821c5 CLN: Remove unused import. Fix comment. 2015-05-11 09:09:05 -05:00
Tianqi Chen 08848ab3ee Update README.md 2015-05-10 17:45:20 -07:00
Tianqi Chen 6f56e0f4ef Merge pull request #307 from pommedeterresautee/master
cleaning Rmarkdown
2015-05-10 08:51:42 -07:00
El Potaeto 3104f1f806 wording + presentation Otto rmarkdown 2015-05-10 09:39:21 +02:00