Commit Graph

  • e95c96232a remove I prefix from interface, serializable now takes in pointer tqchen 2015-04-08 15:25:58 -07:00
  • 23c273173f Merge pull request #230 from jseabold/python-install Tianqi Chen 2015-04-08 15:02:37 -07:00
  • 2c9631a254 Merge pull request #228 from khotilov/dep_reduction__mv2suggest Tong He 2015-04-08 13:26:53 -07:00
  • a0e07f16c4 Update demo scripts to use installed python library Skipper Seabold 2015-04-08 14:22:54 -05:00
  • ceb62e9231 Update docs about python module install Skipper Seabold 2015-04-08 14:20:52 -05:00
  • c972feb4b5 Make Python package installable. Skipper Seabold 2015-04-08 14:07:37 -05:00
  • 87b4332cc1 Fix length check in utils.R nagadomi 2015-04-09 01:20:43 +09:00
  • 76cef701ab moved the external graphing packages to Suggested in order to trim the dependencies Vadim Khotilovich 2015-04-07 17:43:53 -05:00
  • aefd234da3 moved the external graphing packages to Suggested in order to trim the dependencies Vadim Khotilovich 2015-04-07 17:43:53 -05:00
  • 0405676734 Merge remote branch 'src/master' Vadim Khotilovich 2015-04-07 17:16:19 -05:00
  • e91bacd378 Merge pull request #226 from white1033/master Tianqi Chen 2015-04-07 09:23:11 -07:00
  • b4545df0e3 *Fix Sklearn.grid_search error white1033 2015-04-07 23:57:01 +08:00
  • 34cbbab84c fixing parsing of any numbers chrissly31415 2015-04-07 11:45:08 +02:00
  • b39c16ea02 fixed parsing of negative reals, integers and scientific notation which can occur in model dump chrissly31415 2015-04-07 10:57:54 +02:00
  • 01771c813d safe fix tqchen 2015-04-06 14:53:40 -07:00
  • 99f8dd280e push backward compatible fix tqchen 2015-04-06 14:50:21 -07:00
  • 36dcb061a8 larger boundary in edge case tqchen 2015-04-06 13:42:43 -07:00
  • dc37023226 fix tqchen 2015-04-06 09:59:18 -07:00
  • 65abc26797 move distributed xgboost to wormhole tqchen 2015-04-06 09:56:45 -07:00
  • 421f5c6570 fix tqchen 2015-04-06 09:00:27 -07:00
  • 3cc48d6707 fix crash in error tqchen 2015-04-06 08:58:33 -07:00
  • b6d85b9d9b fix label crash tqchen 2015-04-06 08:48:06 -07:00
  • 529a732737 add label error tqchen 2015-04-06 08:45:54 -07:00
  • 30e61084eb Merge branch 'master' of ssh://github.com/dmlc/xgboost tqchen 2015-04-05 20:42:27 -07:00
  • 0ffaeb8c64 add xgboost tqchen 2015-04-05 20:42:09 -07:00
  • 84957c3f84 update windows project for latest change Tianqi Chen 2015-04-05 20:13:20 -07:00
  • 8a3c0f1ae4 simple chg tqchen 2015-04-05 12:16:55 -07:00
  • b8fd7c3c7c add instruction to build with s3 tqchen 2015-04-05 12:10:59 -07:00
  • fba9e5c714 quick fix tqchen 2015-04-05 12:01:19 -07:00
  • 5f902982f2 compile with dmlc tqchen 2015-04-05 11:26:06 -07:00
  • 9b7907eda3 Merge commit '89244b4aec1f229b9ba1378389d4dea697389666' tqchen 2015-04-05 09:56:53 -07:00
  • 89244b4aec Squashed 'subtree/rabit/' changes from 16975b4..b15f6cd tqchen 2015-04-05 09:56:53 -07:00
  • b15f6cd2ac rabit unifires with dmlc tqchen 2015-04-05 09:55:24 -07:00
  • e626b62daa Merge pull request #220 from white1033/master Tianqi Chen 2015-04-05 09:05:08 -07:00
  • 18cb8d7de2 fix indent warning by flake8 white1033 2015-04-05 23:22:40 +08:00
  • 402e832ce5 *Fix XGBClassifier super() white1033 2015-04-05 21:15:09 +08:00
  • 5634ec3008 ok tqchen 2015-04-03 22:25:33 -07:00
  • 31b0e53cd4 make it possible to use a list of pre-defined CV folds in xgb.cv Vadim Khotilovich 2015-04-03 13:24:04 -05:00
  • c03b42054f Merge remote branch 'src/master' Vadim Khotilovich 2015-04-03 13:18:40 -05:00
  • 271e8202a7 force xgb.cv to return numeric performance values instead of character; update its docs Vadim Khotilovich 2015-04-03 12:20:34 -05:00
  • b04920d8e7 update documentation for xgb.cv Vadim Khotilovich 2015-04-03 11:14:09 -05:00
  • 93d3f4fe61 Merge pull request #217 from nerdcha/master Tianqi Chen 2015-04-02 21:14:21 -07:00
  • d17cdd639f bugfix Jamie Hall 2015-04-02 20:33:07 -07:00
  • 611d69c771 fix some wording Vadim Khotilovich 2015-04-02 19:59:06 -05:00
  • b8711226e2 added an option for stratified CV to xgb.cv Vadim Khotilovich 2015-04-02 19:48:23 -05:00
  • 9b0dee986f Merge pull request #212 from zygmuntz/master Tianqi Chen 2015-04-02 17:31:44 -07:00
  • e9c95645a3 Merge pull request #215 from nerdcha/master Tianqi Chen 2015-04-02 12:25:55 -07:00
  • d7f9499f88 early_stopping_rounds for train() in Python wrapper 🔥 Zygmunt Zając 2015-04-02 19:43:30 +02:00
  • a1a427af37 Fix some stuff Jamie Hall 2015-04-02 00:05:14 -07:00
  • 136e902fb2 Initial commit Jamie Hall 2015-04-01 23:29:05 -07:00
  • 2dd6c2f0c9 Merge branch 'master' of ssh://github.com/dmlc/rabit tqchen 2015-03-30 22:18:20 -07:00
  • 38d7f999a7 checkin wormhole spliter tqchen 2015-03-30 22:18:02 -07:00
  • 8d1f4a40a5 Merge branch 'master' of ssh://github.com/dmlc/xgboost tqchen 2015-03-30 16:06:18 -07:00
  • 49e641012f add objective tqchen 2015-03-30 16:05:51 -07:00
  • 39093bc432 early stopping for Python wrapper Zygmunt Zając 2015-03-30 19:59:09 +02:00
  • 7994858697 early stopping for Python wrapper Zygmunt Zając 2015-03-30 19:58:25 +02:00
  • f9e157011f early stopping for Python wrapper Zygmunt Zając 2015-03-30 19:53:47 +02:00
  • 8acb96a627 Merge pull request #10 from ryanzz/master Tianqi Chen 2015-03-30 08:46:15 -07:00
  • 911a1f0ce2 fixed a mistake ryanzz 2015-03-30 16:25:36 +08:00
  • 732d8c33d1 inteface changing tqchen 2015-03-29 22:00:37 -07:00
  • 684ea0ad26 inteface changing tqchen 2015-03-29 22:00:33 -07:00
  • 431277d5ca fix multi cv pred unknown 2015-03-29 00:02:29 -07:00
  • 37567e440c optim pred in cv unknown 2015-03-28 23:41:19 -07:00
  • 930497e271 fix matrix form prediction unknown 2015-03-28 23:03:16 -07:00
  • 8cb4c02165 add dmlc support tqchen 2015-03-28 22:44:10 -07:00
  • be6bd3859d Add Random Forest parameter (num_parallel_tree) in function doc + example in Vignette. El Potaeto 2015-03-29 01:52:26 +01:00
  • b04591cbfc Update README.md Tianqi Chen 2015-03-28 08:58:30 -07:00
  • be2ff703bc allow adapting wormhole tqchen 2015-03-27 17:33:51 -07:00
  • 135d461c40 Merge commit '68c2aaa7fe8c1f4688cef2ace67642e85fd1c9d2' tqchen 2015-03-27 11:09:38 -07:00
  • 68c2aaa7fe Squashed 'subtree/rabit/' changes from eb1f4a4..16975b4 tqchen 2015-03-27 11:09:38 -07:00
  • 16975b447c try pass on tokens during application submission tqchen 2015-03-27 11:04:19 -07:00
  • 38911fe2b2 Merge commit '0c349d6101652836f2ec23e48f94b4137aac6108' tqchen 2015-03-26 23:33:41 -07:00
  • 0c349d6101 Squashed 'subtree/rabit/' changes from 59e63bc..eb1f4a4 tqchen 2015-03-26 23:33:41 -07:00
  • eb1f4a4003 change auto to ip tqchen 2015-03-26 23:26:30 -07:00
  • 4eae8e8676 allow xgb.load re-use raw information if necessary tqchen 2015-03-26 16:54:29 -07:00
  • 98618646f6 bugfix booster.check tqchen 2015-03-26 16:43:01 -07:00
  • 23e46b7fa5 add max_delta_step tqchen 2015-03-26 09:47:16 -07:00
  • 149b43a0a8 Merge branch 'master' of ssh://github.com/dmlc/xgboost tqchen 2015-03-25 21:08:29 -07:00
  • a84d6c55b3 more detailed explaination on windows build tqchen 2015-03-25 21:08:21 -07:00
  • db0b06d19c add another solution to os x Tong He 2015-03-25 17:14:14 -07:00
  • 047c4b20de remove additional files hetong007 2015-03-25 16:06:51 -07:00
  • 08fb205102 cap second order gradient tqchen 2015-03-25 12:08:53 -07:00
  • 53c9a7b66b fix quantile for edge case, make logloss evaluation capped for extreme values tqchen 2015-03-24 23:52:42 -07:00
  • d53e642b5d add debuglog for quantile tqchen 2015-03-23 21:17:50 -07:00
  • da3a376384 Merge pull request #203 from pommedeterresautee/master Tianqi Chen 2015-03-22 09:34:09 -07:00
  • 7d0ac3a3dd update links dmlc El Potaeto 2015-03-22 16:41:05 +01:00
  • 70045c41f9 change links tqchen 2015-03-21 23:12:55 -07:00
  • 03911cf748 Update README.md Tong He 2015-03-21 22:34:19 -07:00
  • 1a9a3a2fd0 Update README.md Tianqi Chen 2015-03-21 22:26:59 -07:00
  • 87741bded6 Update README.md Tianqi Chen 2015-03-21 22:26:24 -07:00
  • 25266796e9 Merge pull request #201 from pommedeterresautee/master Tianqi Chen 2015-03-21 22:23:52 -07:00
  • 9ccbeaa8f0 Merge commit '75bf97b57539e5572e7ae8eba72bac6562c63c07' tqchen 2015-03-21 00:48:34 -07:00
  • 75bf97b575 Squashed 'subtree/rabit/' changes from 091634b..59e63bc tqchen 2015-03-21 00:44:31 -07:00
  • 59e63bc135 minor tqchen 2015-03-21 00:38:37 -07:00
  • 62330505e1 ok tqchen 2015-03-21 00:37:59 -07:00
  • 14477f9f5a add namenode tqchen 2015-03-21 00:35:30 -07:00
  • 75a6d349c6 add libhdfs opts tqchen 2015-03-21 00:26:30 -07:00
  • e3c76bfafb minmum fix tqchen 2015-03-21 00:25:16 -07:00
  • 5648bec8a3 Update utils.R Tong He 2015-03-20 22:41:47 -07:00
  • 7ced224722 change name hetong007 2015-03-20 18:46:52 -07:00