Commit Graph

  • 3d7aff5697
    Fix doc build (#3126) Philip Hyunsu Cho 2018-02-21 16:57:30 -08:00
  • eb9e30bb30 Minor: fixed dropdown <li> width in xgboost.css (#3121) Dmitry Mottl 2018-02-20 16:24:38 +01:00
  • 20b733e1a0 Minor: removed extra parenthesis in doc (#3119) Dmitry Mottl 2018-02-20 11:55:29 +01:00
  • 8153ba6fe7 modify build guide from source on macOS (#2993) tomisuker 2018-02-20 05:20:00 +09:00
  • dd82b28e20
    Update GPU code with dmatrix changes (#3117) Rory Mitchell 2018-02-17 12:11:48 +13:00
  • 10eb05a63a
    Refactor linear modelling and add new coordinate descent updater (#3103) Rory Mitchell 2018-02-17 09:17:01 +13:00
  • 9ffe8596f2
    [core] fix slow predict-caching with many classes (#3109) Vadim Khotilovich 2018-02-15 18:31:42 -06:00
  • cf19caa46a Fix for ZeroDivisionError when verbose_eval equals to 0. (#3115) Oleg Panichev 2018-02-16 01:58:06 +02:00
  • 375d75304d
    Fix typos, addressing issues #2212 and #3090 (#3105) Philip Hyunsu Cho 2018-02-09 11:16:44 -08:00
  • 81d1b17f9c adding some docs based on core.Boost.predict (#1865) Felipe Arruda Pontes 2018-02-09 12:38:38 -02:00
  • b99f56e386 added mingw64 installation instruction, and library file copy. (#2977) cinqS 2018-02-09 17:54:15 +08:00
  • 874525c152 c_api.cc variable declared inapproiate (#3044) Abraham Zhan 2018-02-09 17:32:01 +08:00
  • d878c36c84 Add SHAP interaction effects, fix minor bug, and add cox loss (#3043) Scott Lundberg 2018-02-07 18:38:01 -08:00
  • 077abb35cd fix relative link to demo (#3066) Jonas 2018-02-07 08:09:03 +01:00
  • 94e655329f
    Replacing cout with LOG (#3076) Vadim Khotilovich 2018-02-06 02:00:34 -06:00
  • 7c99e90ecd [jvm-packages] Declared Spark as provided in the POM (#3093) Sergei Lebedev 2018-02-05 19:06:06 +01:00
  • 86bf930497 Fix typo: cutomize -> customize (#3073) Peter M. Landwehr 2018-02-04 13:56:04 -08:00
  • 24c2e41287 Fixed the bug with illegal memory access in test_large_sizes.py with 4 GPUs. (#3068) Andrew V. Adinetz 2018-02-01 04:54:46 +01:00
  • 98be9aef9a
    A fix for CRAN submission of version 0.7-0 (#3061) Tong He 2018-01-27 17:06:28 -08:00
  • c88bae112e
    change cmd to cmd.exe in appveyor (#3071) Vadim Khotilovich 2018-01-26 12:27:33 -06:00
  • 5ef684641b Fixed SparkParallelTracker to work with Spark2.3 (#3062) tomasatdatabricks 2018-01-24 19:31:38 -08:00
  • f87802f00c
    Fix GPU bugs (#3051) Rory Mitchell 2018-01-23 13:14:15 +13:00
  • 8b2f4e2d39 [jvm-packages] Move cache files to TempDirectory and delete this directory after XGBoost job finishes (#3022) Yun Ni 2018-01-20 21:13:25 -08:00
  • 3f3f54bcad [jvm-packages] Update docs and unify the terminology (#3024) Yun Ni 2018-01-16 08:16:55 -08:00
  • 84ab74f3a5 Objective function evaluation on GPU with minimal PCIe transfers (#2935) Thejaswi 2018-01-12 14:03:39 +05:30
  • 0759d5ed2b add cmake w/ relocatable pkgconfig installation (#53) David Hirvonen 2018-01-07 17:49:39 -05:00
  • a187ed6c8f
    [jvm-packages] tiny fix for empty partition in predict (#3014) Nan Zhu 2018-01-07 08:34:18 -08:00
  • 740eba42f7 [jvm-packages] Add back the overriden finalize() method for SBooster (#3011) Yun Ni 2018-01-06 14:07:37 -08:00
  • 65fb4e3f5c [jvm-packages] Prevent dispose being called on unfinalized JBooster (#3005) Yun Ni 2018-01-06 09:46:52 -08:00
  • 9747ea2acb
    [jvm-packages] fix the pattern in dev script and version mismatch (#3009) Nan Zhu 2018-01-06 06:59:38 -08:00
  • bf43671841 update macOS gcc@5 installation guide (#3003) Zhirui Wang 2018-01-05 03:28:26 +08:00
  • 14c6392381
    [jvm-packages] add dev script to update version and update versions (#2998) Nan Zhu 2018-01-01 21:28:53 -08:00
  • 526801cdb3 [R] fix for the 32 bit windows issue (#2994) Vadim Khotilovich 2017-12-31 16:18:50 -06:00
  • 4aa346c10b
    Update PyPI maintainer; use VERSION for binary wheels (#2992) v0.7 Philip Cho 2017-12-31 12:03:08 +09:00
  • 3cef89e15e
    Tag version 0.7 (#2991) Philip Cho 2017-12-31 06:47:23 +09:00
  • 3b09037e22 [Python] AppVeyor CI for Python wheel package (#2941) Vladimir Surjaninov 2017-12-30 15:26:50 +03:00
  • 33ac8a0927 delete duplicated code in python-package (#2985) csgwma 2017-12-30 20:26:35 +08:00
  • 8d35c09c55 Tag version 0.7 (#2975) Philip Cho 2017-12-30 21:16:41 +09:00
  • 005a4a5e47
    [jvm-packages] fix numAliveCores in SparkParallelismTracker when WebUI is disabled (#2990) Nan Zhu 2017-12-29 19:22:58 -08:00
  • 9004ca03ca [jvm-packages] Saving models into a tmp folder every a few rounds (#2964) Yun Ni 2017-12-29 08:36:41 -08:00
  • eedca8c8ec fix the typo in core.py (#2978) Yuchao Dai 2017-12-26 13:08:27 +08:00
  • 7c6673cb9e [jvm-packages] Fixed test/train persistence (#2949) Sergei Lebedev 2017-12-19 16:11:48 +01:00
  • 7759ab99ee
    Fix Google test warnings and error (#2957) Rory Mitchell 2017-12-20 00:13:56 +13:00
  • 76f8f51438
    [R] AppVeyor CI for R package (#2954) Vadim Khotilovich 2017-12-17 16:37:45 -06:00
  • 4fa917b19f
    Update .travis.yml (#2951) Nan Zhu 2017-12-15 13:09:36 -08:00
  • 4d36036fe6 Avoid repeated cuda API call in GPU predictor and only synchronize used GPUs (#2936) PSEUDOTENSOR / Jonathan McKinney 2017-12-08 22:00:42 -05:00
  • e8a6597957 [R] maintenance Nov 2017; SHAP plots (#2888) Vadim Khotilovich 2017-12-05 11:45:34 -06:00
  • 1b77903eeb
    Fix several GPU bugs (#2916) Rory Mitchell 2017-12-04 08:27:49 +13:00
  • 1e3aabbadc Include symlinks to make wheel build work (#2909) jac-stripe 2017-12-01 08:27:58 -08:00
  • 646db1528d simplify software citation (#2912) Katrin Leinweber 2017-12-01 11:58:13 +01:00
  • c51adb49b6
    Monotone constraints for gpu_hist (#2904) Rory Mitchell 2017-11-30 10:26:19 +13:00
  • 5867c1b96d update doc string for grid parameter (#2647) Jerry Dumblauskas 2017-11-29 13:22:46 -06:00
  • 878f307948 Fix minor typos (#2842) LevineHuang 2017-11-30 03:22:09 +08:00
  • 77715d5c62 Update to correct brew gcc command (#1931) Rajiv Abraham 2017-11-29 14:20:49 -05:00
  • 790da458e7 Sync number of features after loaded matrix in different workers. (#2722) EvanChong 2017-11-29 11:19:12 -08:00
  • bb097166b5 build.sh hints for errors related to: Cannot find XGBoost Library in the candidate path, did you install compilers and run build.sh in root path? (#2229) Jay 2017-11-29 11:18:49 -08:00
  • 0ad20f8fe0 Parameterize host-ip to pass to tracker.py (#2831) avinocur 2017-11-29 16:14:34 -03:00
  • 602b34ab91 Fix performance of c_array in python core.py (#2786) Sam O 2017-11-29 11:12:49 -08:00
  • 9fbeeea46e Small fixes to notation in documentation (#2903) Viraj Navkal 2017-11-28 13:32:35 -08:00
  • c55f14668e
    Update gpu_hist algorithm (#2901) Rory Mitchell 2017-11-27 13:44:24 +13:00
  • 24f527a1c0
    AVX gradients (#2878) Rory Mitchell 2017-11-27 08:56:01 +13:00
  • 3dcf966bc3 Fix XGDMatrixFree argument type (#2898) yskn67 2017-11-24 03:49:05 +09:00
  • 70a4c419e9 FIX typo in doc (#2892) tomisuker 2017-11-22 02:04:48 +09:00
  • 8e141427aa
    [jvm-packages] Exposed train-time evaluation metrics (#2836) Sergei Lebedev 2017-11-20 22:21:54 +01:00
  • 88177691b8 Update README (#2204) Joe Nyland 2017-11-20 01:12:16 +00:00
  • 40c6e2f0c8
    Improved gpu_hist_experimental algorithm (#2866) Rory Mitchell 2017-11-11 13:58:40 +13:00
  • 16c63f30d0
    Fix MultiIndex detection (breaks for latest pandas==0.21.0). (#2872) Rory Mitchell 2017-11-11 11:12:23 +13:00
  • 77ae4c8701 Update OSX build instructions (#2784) Dat Le 2017-11-06 04:07:10 -08:00
  • 78d0bd6c9d [jvm-packages] Repair spark model eval (#2841) ebernhardson 2017-11-04 15:28:47 -07:00
  • a8f670d247 [jvm-packages] Add some documentation to xgboost4j-spark plus minor style edits (#2823) Seth Hendrickson 2017-11-02 13:16:02 -07:00
  • 46f2b820f1 [jvm-packages] Objectives starting with rank: are never classification (#2837) ebernhardson 2017-10-30 09:36:03 -07:00
  • 91af8f7106 Minor edits to coding style (#2835) LevineHuang 2017-10-27 11:12:54 +08:00
  • d9d5293cdb Add warnings for large labels when using GPU histogram algorithms (#2834) Rory Mitchell 2017-10-26 17:31:10 +13:00
  • 13e7a2cff0 Various bug fixes (#2825) Rory Mitchell 2017-10-25 14:45:01 +13:00
  • c71b62d48d Minor changes to code style (#2805) LevineHuang 2017-10-23 23:46:45 +08:00
  • 452063c32d Fix issue #2800 (#2817) Philip Cho 2017-10-23 08:46:25 -07:00
  • 3610025fb6 Fix typo (#2818) caoyi 2017-10-23 10:45:49 -05:00
  • ac7a9edb06 remove stale examples (#2816) Seth Hendrickson 2017-10-20 14:18:46 -07:00
  • c09ad421a8 fix bug in loading config for pred task (#2795) Qiang Luo 2017-10-20 13:10:14 +08:00
  • 5dca6745e1 Fixed typo in doc (#2799) erikdf 2017-10-19 01:20:47 +02:00
  • b1793da30e Only set OpenMP_CXX_FLAGS when OpenMP is found (#2613) Justin Mills 2017-10-17 00:02:13 -04:00
  • b678e1711d [jvm-packages] Add SparkParallelismTracker to prevent job from hanging (#2697) Yun Ni 2017-10-16 20:18:47 -07:00
  • 78c4188cec SHAP values for feature contributions (#2438) Scott Lundberg 2017-10-12 12:35:51 -07:00
  • ff9180cd73 Add a new winning solution to demo/README.md (#2778) Guang Wei Yu 2017-10-09 18:07:07 -04:00
  • 9a81c74a7b Add xgb_model parameter to sklearn fit (#2623) Julian Niedermeier 2017-10-01 14:47:17 +02:00
  • 6e378452f2 coding style update (#2752) Icyblade Dai 2017-10-01 05:42:15 -07:00
  • 4cb2f7598b -Add experimental GPU algorithm for lossguided mode (#2755) Rory Mitchell 2017-10-01 00:18:35 +13:00
  • 69c3b78a29 [jvm-packages] Implemented early stopping (#2710) Sergei Lebedev 2017-09-29 21:06:22 +02:00
  • 74db9757b3 [R package] GPU support (#2732) Vadim Khotilovich 2017-09-28 18:15:28 -05:00
  • 5c9f01d0a9 minor typo (#2751) Icyblade Dai 2017-09-27 22:45:10 -07:00
  • 5c9f0ff9d9 Check existance of seed/nthread keys before checking their value. (#2669) Andrew Hannigan 2017-09-27 03:05:59 -04:00
  • 0eaf43a5e1 A hack to fix broken search bar in doc (#2583) Philip Cho 2017-09-27 00:05:10 -07:00
  • 31ad40b963 Make __del__ method idempotent (#2627) Philip Cho 2017-09-27 00:03:55 -07:00
  • 8d15024ac7 python: follow the default warning filters of Python (#2666) Tsukasa OMOTO 2017-09-27 16:03:01 +09:00
  • 178517524f fix bug for demo/multiclass_classification/train.py (#2747) zhxfl 2017-09-26 11:37:21 +08:00
  • d570337262 [jvm-packages] (xgboost-spark) preserving num_class across save & load (#2742) Sergei Lebedev 2017-09-24 16:03:30 +02:00
  • c09204fa70 Update faq.md (#2727) Dmitry Mottl 2017-09-20 09:17:42 +03:00
  • 0e85b30fdd Fix issue 2670 (#2671) Icyblade Dai 2017-09-20 03:49:41 +08:00
  • ee80f348de Fixed links in faq.md (#2726) Dmitry Mottl 2017-09-19 19:23:24 +03:00
  • 1190dc62a7 Update CONTRIBUTORS.md (#2719) Nan Zhu 2017-09-17 15:07:57 -07:00