Commit Graph

  • 55ba362154 Fix cuda 9.0 compilation (#2718) Rory Mitchell 2017-09-17 17:13:11 +12:00
  • a7ce4d2462 Returning back LabeledPoint into public, in referece to the discussion in : https://github.com/dmlc/xgboost/pull/2532#discussion_r137172759 (#2677) Mahmoud Rawas 2017-09-11 13:45:43 +10:00
  • 9c85903f0b Add GPU documentation (#2695) Rory Mitchell 2017-09-10 19:42:46 +12:00
  • e6a9063344 Integer gradient summation for GPU histogram algorithm. (#2681) Rory Mitchell 2017-09-08 15:07:29 +12:00
  • 15267eedf2 [GPU-Plugin] Major refactor 2 (#2664) Rory Mitchell 2017-09-08 09:57:16 +12:00
  • 8244f6f120 Use Sudo-enabled VM which has 7.5GB memory (#2680) Yun Ni 2017-09-07 08:36:37 -07:00
  • f04bde05fd Add Coverage Report for Java and Python (#2667) Yun Ni 2017-09-05 14:46:51 -07:00
  • 2eb1a1a371 Use -msse2 flag depending upon architecure while compiling the rabit code (#49) snehlatamohite 2017-09-01 21:12:45 +05:30
  • 2e9d06443e Add show_values option to feature importances plot (#2351) SimonAB 2017-08-31 18:26:54 +01:00
  • 0664298bb2 Update sklearn API to pass along n_jobs to DMatrix creation (#2658) PSEUDOTENSOR / Jonathan McKinney 2017-08-30 23:24:59 -04:00
  • 19a53814ce [GPU-Plugin] Major refactor (#2644) Rory Mitchell 2017-08-30 10:53:52 +12:00
  • 39adba51c5 Fixed compilation on Scala 2.10 (#2629) Sergei Lebedev 2017-08-28 19:59:39 +02:00
  • a00157543d Support instance weights for xgboost4j-spark (#2642) Yun Ni 2017-08-28 09:03:20 -07:00
  • ba16475c3a Fix past participle tense in docs (#2637) Evan Culver 2017-08-25 05:16:57 -07:00
  • 70071fc38c Fix demo typo (#2632) Rory Mitchell 2017-08-24 03:21:51 +12:00
  • cd366ecb4b fix build in case of spaces in path to make (#2619) Boris Kostenko 2017-08-23 09:29:33 +04:00
  • 332b26df95 Update GPU acceleration demo (#2617) Rory Mitchell 2017-08-19 21:27:48 +12:00
  • 5661a67d20 Add parallel sort for MSVC (#2609) Rory Mitchell 2017-08-17 17:14:39 +12:00
  • ef23e424f1 [GPU-Plugin] Add GPU accelerated prediction (#2593) Rory Mitchell 2017-08-16 12:31:59 +12:00
  • 71e5e622b1 Update cub submodule again (fixes GPU build) (#2599) Rory Mitchell 2017-08-13 22:14:40 +12:00
  • ac2d0d0ac5 Updated cub submodule reference (#2597) Rory Mitchell 2017-08-13 18:00:56 +12:00
  • e04e2fbe2c revert shallow submodule for cub (#2591) Vadim Khotilovich 2017-08-12 00:19:04 -03:00
  • 771a95aec6 [jvm-packages] Added baseMargin to ml.dmlc.xgboost4j.LabeledPoint (#2532) Sergei Lebedev 2017-08-10 23:29:26 +02:00
  • c1104f7d0a [GPU-Plugin] Add throw of asserts and added compute compatibility error check. (#2565) PSEUDOTENSOR / Jonathan McKinney 2017-08-09 21:07:07 -07:00
  • 75ea07b847 Fix parameter documentation inconsistencies (#2584) René Scheibe 2017-08-07 19:07:10 +02:00
  • a0c5bde024 Fix typo in sklearn documentation (#2580) René Scheibe 2017-08-07 19:06:11 +02:00
  • 2b3a4318c5 Several fixes (#2572) Vadim Khotilovich 2017-08-06 13:03:50 -05:00
  • 70b65a282c Use jQuery 2.2.4 (#2581) Philip Cho 2017-08-05 15:37:38 -07:00
  • eda9e180f0 [GPU-Plugin] Various fixes (#2579) Rory Mitchell 2017-08-05 22:16:23 +12:00
  • 03e213c7cd Fix documentation for a misspelled parameter (#2569) Philip Cho 2017-08-02 02:50:09 -07:00
  • 0e06d1805d [WIP] Extract prediction into separate interface (#2531) Rory Mitchell 2017-07-29 12:01:03 +12:00
  • 00eda28b3c MinGW: shared library prefix and appveyor CI (#2539) Vadim Khotilovich 2017-07-25 01:06:47 -05:00
  • d41dc078b6 [jvm-packages] Mentioned CMake in the docs (#2529) Sergei Lebedev 2017-07-24 06:57:31 +02:00
  • 4f3539b913 To compile on ARM cpu (#2513) Qiang Kou (KK) 2017-07-21 21:16:30 -07:00
  • 6b375f6ad8 Multi-threaded XGDMatrixCreateFromMat for faster DMatrix creation (#2530) PSEUDOTENSOR / Jonathan McKinney 2017-07-20 19:43:17 -07:00
  • 56550ff3f1 Fix pylint (#2537) Rory Mitchell 2017-07-21 11:41:56 +12:00
  • 4eb255262f [jvm-packages] More brooming in tests (#2517) Sergei Lebedev 2017-07-18 22:08:48 +02:00
  • ca7fc9fda3 [GPU-Plugin] Fix gpu_hist to allow matrices with more than just 2^{32} elements. Also fixed CPU hist algorithm. (#2518) PSEUDOTENSOR / Jonathan McKinney 2017-07-17 16:19:27 -07:00
  • c85bf9859e [GPU-Plugin] Improved load balancing search (#2521) Rory Mitchell 2017-07-17 11:50:57 +12:00
  • 33ee7d1615 [BUILD] Dockerfile and Jenkinsfile revisited (#2514) Michal Malohlava 2017-07-12 22:51:47 -07:00
  • 41c96a25a9 To compile on ARM CPU (#46) Qiang Kou (KK) 2017-07-12 20:24:19 -07:00
  • 66874f5777 [jvm-packages] Deduplicated train/test data access in tests (#2507) Sergei Lebedev 2017-07-12 18:13:55 +02:00
  • 530f01e21c [GPU-Plugin] Add load balancing search to gpu_hist. Add compressed iterator. (#2504) Rory Mitchell 2017-07-11 22:36:39 +12:00
  • 64c8f6fa6d Use old parallel algorithm for histogram construction by default (#2501) Philip Cho 2017-07-10 09:35:48 -07:00
  • be1f76a06a Fixed Spacing (#2498) Jeff Macaluso 2017-07-08 11:17:45 -05:00
  • 7350085955 Fix broken make on windows (#2499) Vadim Khotilovich 2017-07-08 11:17:31 -05:00
  • ba820847f9 Patch to improve multithreaded performance scaling (#2493) Philip Cho 2017-07-07 08:25:07 -07:00
  • 6bfc472bec Update nccl (#2494) Rory Mitchell 2017-07-07 12:36:26 +12:00
  • e7530bdffc Not use -msse2 on power or arm arch. close #2446 (#2475) Qiang Kou (KK) 2017-07-06 17:06:55 -07:00
  • 9091493250 Update bosch.py (#2482) 69guitar1015 2017-07-07 09:05:09 +09:00
  • e939192978 Cmake improvements (#2487) Rory Mitchell 2017-07-06 18:05:11 +12:00
  • 8ceeb32bad Fixed a signature of XGBoostModel.predict (#2476) Sergei Lebedev 2017-07-03 06:42:46 +02:00
  • ed8bc4521e [GPU-Plugin] Resolve double compilation issue (#2479) Rory Mitchell 2017-07-03 13:29:10 +12:00
  • 5f1b0bb386 [GPU-Plugin] Unify gpu_gpair/bst_gpair. Refactor. (#2477) Rory Mitchell 2017-07-01 17:31:13 +12:00
  • d535340459 [jvm-packages] Exposed baseMargin (#2450) Sergei Lebedev 2017-06-30 17:27:24 +02:00
  • 6b287177c8 [GPU-Plugin] Multi-GPU gpu_id bug fixes for grow_gpu_hist and grow_gpu methods, and additional documentation for the gpu plugin. (#2463) PSEUDOTENSOR / Jonathan McKinney 2017-06-30 01:04:17 -07:00
  • 91dae84a00 Update URL for "Multiclass logloss". (#2469) Yaguang 2017-06-29 23:06:09 -07:00
  • 48f3003302 [GPU-Plugin] Change GPU plugin to use tree_method parameter, bump cmake version to 3.5 for GPU plugin, add compute architecture 3.5, remove unused cmake files (#2455) Rory Mitchell 2017-06-29 16:19:45 +12:00
  • 88488fdbb9 Fixed shared library loading in the Python package (#2461) Sergei Lebedev 2017-06-29 01:50:50 +02:00
  • 2911597f3d [jvm-packages] Expose prediction feature contribution on the Java side (#2441) Edi Bice 2017-06-28 16:34:51 -04:00
  • d01a31088b [jvm-packages] Test xgboost4j on Windows (#2451) Sergei Lebedev 2017-06-26 20:19:18 +02:00
  • 9bcbaa8869 Add build failure message (#2397) Zex Li 2017-06-25 21:32:11 -05:00
  • 70ba492eb7 doc: Fix broken links in contribute.md (#2435) Ryuichi Yamamoto 2017-06-26 11:31:14 +09:00
  • 91e778c6db [jvm-packages] JNI Cosmetics (#2448) Sergei Lebedev 2017-06-23 20:49:30 +02:00
  • 0e48f87529 [GPU-Plugin] Make node_idx type 32 bit for hist algo. Set default n_gpus to 1. (#2445) Rory Mitchell 2017-06-23 18:26:45 +12:00
  • 169c983b5f [jvm-packages] Release dmatrix when no longer needed (#2436) ebernhardson 2017-06-22 09:20:55 -07:00
  • 1899f9e744 [GPU-Plugin] Add basic continuous integration for GPU plugin. (#2431) Rory Mitchell 2017-06-23 02:15:28 +12:00
  • 2cb51f7097 [jvm-packages] Another pack of build/CI improvements (#2422) Sergei Lebedev 2017-06-21 21:28:35 +02:00
  • 46b9889cc5 Update build_trouble_shooting.md (#2430) Alfredo Cambera 2017-06-21 00:36:10 -04:00
  • ee3d680e89 Fix Typo in documentation (#2416) Pierre PACI 2017-06-17 18:22:59 +02:00
  • cd7659937b [R] many minor changes to increase the robustness of the R code (#2404) Bernie Gray 2017-06-15 23:56:23 -04:00
  • 0db37c05bd [jvm-packages] Deterministically XGBoost training on exception (#2405) Sergei Lebedev 2017-06-13 05:19:28 +02:00
  • 34dfe2f6de [GPU-Plugin] Support for building to specific GPU architectures (#2390) Thejaswi 2017-06-13 03:21:38 +05:30
  • 65d2513714 [python-package] fix sklearn n_jobs/nthreads and seed/random_state bug (#2378) wxchan 2017-06-12 21:33:42 +08:00
  • 41efe32aa5 [GPU-Plugin] Multi-GPU for grow_gpu_hist histogram method using NVIDIA NCCL. (#2395) PSEUDOTENSOR / Jonathan McKinney 2017-06-11 13:06:08 -04:00
  • e24f25e0c6 add Qubole example (#2401) Nan Zhu 2017-06-09 20:33:26 -07:00
  • 3820ab6a0b [jvm-packages] Minor improvements to the CMake build (#2379) Sergei Lebedev 2017-06-09 17:25:09 +02:00
  • 37c27ab8e8 [jvm-packages] Replaced create_jni.{bat,sh} with a Python version (#2383) Sergei Lebedev 2017-06-08 06:55:45 +02:00
  • c82276386d [R] xgb.importance: fix for multiclass gblinear, new 'trees' parameter (#2388) Vadim Khotilovich 2017-06-07 13:13:21 -05:00
  • 2ae56ca84f Use int32_t explicitly when serializing version (#2389) Xiaoguang Sun 2017-06-08 01:03:42 +08:00
  • 85b2fb3eee [GPU-Plugin] Integration of a faster version of grow_gpu plugin into mainstream (#2360) Thejaswi 2017-06-06 03:09:53 +05:30
  • 2d9052bc7d libxgboost4j is now part of the CMake build (#2373) Sergei Lebedev 2017-06-04 02:14:51 +02:00
  • ed6384ecbf [Python] Use appropriate integer types when calling native code. (#2361) Jakub Zakrzewski 2017-06-02 19:16:54 +02:00
  • ed8da45f9d Fix C API header compatibility with C compilers (#2369) Artem Krylysov 2017-06-02 13:14:30 -04:00
  • 97abfc487a [jvm-packages] Fixed checkstyle excludes on Windows (#2370) Sergei Lebedev 2017-06-02 19:14:13 +02:00
  • 0b406754fa Fix C API header compatibility with C compilers (#44) Artem Krylysov 2017-06-01 12:21:48 -04:00
  • 8e2a1ff2bf Improve setinfo documentation on R package (#2357) Michaël Benesty 2017-05-30 20:08:31 +02:00
  • 433269c335 Minor improvements to xgboost/jvm-packages build (#2356) Sergei Lebedev 2017-05-30 17:51:27 +02:00
  • b29b7d1d76 Fixed loop bound in create.new.tree.features (#2328) davidt0x 2017-05-30 11:50:33 -04:00
  • 812300bb7f Update CONTRIBUTORS.md (#2350) Juang, Yi-Lin 2017-05-27 10:38:32 -05:00
  • 6776292951 Minor cleanup (#2342) Juang, Yi-Lin 2017-05-26 08:40:41 -05:00
  • f1dc82e3e1 Update parameter.md (#2348) Alexander Kiselev 2017-05-25 16:27:10 +03:00
  • 0f3a404d91 Sklearn kwargs (#2338) gaw89 2017-05-23 22:47:53 -04:00
  • 6cea1e3fb7 Sklearn convention update (#2323) gaw89 2017-05-22 09:22:05 -04:00
  • da1629e848 [gbtree] fix update process to work with multiclass and multitree; fixes #2315 (#2332) Vadim Khotilovich 2017-05-21 23:47:57 -05:00
  • b52db87d5c adding feature contributions to R and gblinear (#2295) Vadim Khotilovich 2017-05-21 06:41:51 -05:00
  • e5e721722e Fix compilation on OS X with GCC 7 (#2256) Sergei Lebedev 2017-05-20 07:04:07 +02:00
  • 3ca64ffa02 [GPU-Plugin] Improved split finding performance. (#2325) PSEUDOTENSOR / Jonathan McKinney 2017-05-19 19:16:24 -07:00
  • 29289d2302 Add option to choose booster in scikit intreface (gbtree by default) (#2303) jayzed82 2017-05-19 05:12:27 +02:00
  • 96f9776ab0 Update ISSUE_TEMPLATE.md (#2308) Nan Zhu 2017-05-18 08:49:07 -07:00