Commit Graph

  • e4b74c4d22
    Gradient based sampling for GPU Hist (#5093) Rong Ou 2020-02-03 18:31:27 -08:00
  • c74216f22c
    Declare Python 3.8 support in setup.py (#5274) Philip Hyunsu Cho 2020-02-03 10:38:52 -08:00
  • ed37fdb9c9 Export JSON config in get_params. (#5256) Jiaming Yuan 2020-02-03 12:46:51 +08:00
  • e7e522fb06 Remove use of std::cout from R package (#5261) Philip Hyunsu Cho 2020-02-01 05:52:19 -08:00
  • 8e39a675be [jvm-packages] do not use multiple jobs to make checkpoints (#5082) Nan Zhu 2020-02-01 19:36:39 -08:00
  • 71e7e3b96f
    Improved sklearn compatibility (#5255) David Díaz Vico 2020-02-03 06:30:45 +01:00
  • a5cc112eea
    Export JSON config in get_params. (#5256) Jiaming Yuan 2020-02-03 12:46:51 +08:00
  • ed0216642f
    Avoid dask test fixtures. (#5270) Jiaming Yuan 2020-02-03 12:39:20 +08:00
  • 856b81c727
    Ignore gdb_history. [skip ci] (#5257) Jiaming Yuan 2020-02-02 20:40:09 +08:00
  • d7b45fbcaf
    [jvm-packages] do not use multiple jobs to make checkpoints (#5082) Nan Zhu 2020-02-01 19:36:39 -08:00
  • fa26313feb
    Remove use of std::cout from R package (#5261) Philip Hyunsu Cho 2020-02-01 05:52:19 -08:00
  • 7f542d2198
    Test model compatibility. (#5248) v1.0.0rc1 Jiaming Yuan 2020-01-31 18:46:13 +08:00
  • c8d32102fb Change version to 1.0.0rc1 Philip Cho 2020-01-31 01:21:26 -08:00
  • fe8d72b50b
    Cleanup warnings. (#5247) Jiaming Yuan 2020-01-31 14:52:15 +08:00
  • adc795929a
    Fix compilation error due to 64-bit integer narrowing to size_t (#5250) Philip Hyunsu Cho 2020-01-30 21:32:15 -08:00
  • 472ded549d
    Save Scikit-Learn attributes into learner attributes. (#5245) Jiaming Yuan 2020-01-30 16:00:18 +08:00
  • c67163250e
    Optimized BuildHist function (#5156) Egor Smirnov 2020-01-30 10:32:57 +03:00
  • 4240daed4e
    Make pip install xgboost*.tar.gz work by fixing build-python.sh (#5241) Philip Hyunsu Cho 2020-01-28 23:18:23 -08:00
  • cb3ed404cf
    [R] Enable OpenMP with AppleClang in XGBoost R package (#5240) Philip Hyunsu Cho 2020-01-28 12:37:22 -08:00
  • f7105fa44f
    Update Rabit (#5237) Philip Hyunsu Cho 2020-01-28 02:05:01 -08:00
  • 43974939f4
    Better error message about loading pickled model. (#5236) Jiaming Yuan 2020-01-28 15:29:14 +08:00
  • b513dcd352
    Support FreeBSD (#5233) Philip Hyunsu Cho 2020-01-27 22:19:16 -08:00
  • ef19480eda
    Add dart to JSON schema. (#5218) Jiaming Yuan 2020-01-28 13:29:09 +08:00
  • 2f7fcff4d7
    Fix build on FreeBSD (#133) Philip Hyunsu Cho 2020-01-27 12:15:32 -08:00
  • 6e563951af
    fix hanging trainings (#132) Nan Zhu 2020-01-27 09:12:02 -08:00
  • 0c7455276d
    [R] Robust endian detection in CRAN xgboost build (#5232) Philip Hyunsu Cho 2020-01-27 02:55:13 -08:00
  • 1b3947d929
    Make some GPU tests deterministic (#5229) Rory Mitchell 2020-01-26 11:53:07 +13:00
  • 3eb1279bbf
    Config for linear updaters. (#5222) Jiaming Yuan 2020-01-25 11:26:46 +08:00
  • 40680368cf
    Add constraint parameters to Scikit-Learn interface. (#5227) Jiaming Yuan 2020-01-25 11:12:02 +08:00
  • 44469a0ca9
    Extensible binary serialization format for DMatrix::MetaInfo (#5187) Philip Hyunsu Cho 2020-01-23 11:33:17 -08:00
  • b4f952bd22 [Breaking] Remove Scikit-Learn default parameters (#5130) OrdoAbChao 2020-01-23 13:25:20 +01:00
  • aa9a68010b
    uint not supported in cudf (#5225) Rory Mitchell 2020-01-23 16:59:18 +13:00
  • 1891cc766d
    Fix metainfo from DataFrame. (#5216) Jiaming Yuan 2020-01-22 16:29:44 +08:00
  • 5d4c24a1fc
    Fix cupy without cudf import (#5219) Rory Mitchell 2020-01-22 18:02:39 +13:00
  • 9c56480c61
    Support dmatrix construction from cupy array (#5206) Rory Mitchell 2020-01-22 13:15:27 +13:00
  • 2a071cebc5 Add CMake option to run Undefined Behavior Sanitizer (UBSan) (#5211) Philip Hyunsu Cho 2020-01-20 00:57:44 -08:00
  • ff1342b252 Fix compilation error (#5215) mattn 2020-01-19 00:51:07 +09:00
  • e526871f0a Add Optuna badge to README.md (#5208) Crissman Loomis 2020-01-16 13:22:19 +09:00
  • 5199b86126
    Fix R dart prediction. (#5204) Jiaming Yuan 2020-01-16 12:11:04 +08:00
  • 808f61081b
    Update R doc by roxygen2. (#5201) Jiaming Yuan 2020-01-15 10:49:17 +08:00
  • 0184f2e9f7
    Explicitly use UTF-8 codepage when using MSVC (#5197) Philip Hyunsu Cho 2020-01-14 13:30:34 -08:00
  • a73e25e15f
    Implement slice via adapters (#5198) Rory Mitchell 2020-01-14 12:55:41 +13:00
  • f100b8d878 [Breaking] Don't drop trees during DART prediction by default (#5115) Kodi Arfer 2020-01-13 08:48:30 -05:00
  • 7b65698187
    Enforce correct data shape. (#5191) Jiaming Yuan 2020-01-13 15:48:17 +08:00
  • 8cbcc53ccb
    Remove old cudf constructor code (#5194) Rory Mitchell 2020-01-10 16:35:23 +13:00
  • 87ebfc1315
    Implement cudf construction with adapters. (#5189) Rory Mitchell 2020-01-09 20:23:06 +13:00
  • 9559f81377
    Move SimpleDMatrix constructor to .cc file (#5188) Rory Mitchell 2020-01-09 14:20:13 +13:00
  • 9049c7c653 Add new lines for Spark XGBoost missing values section (#5180) cpfarrell 2020-01-06 20:14:16 -08:00
  • ee287808fb
    Lazy initialization of device vector. (#5173) Jiaming Yuan 2020-01-07 11:23:05 +08:00
  • 77cfbff5a7
    Fix span constructor. (#5166) Jiaming Yuan 2020-01-07 11:19:38 +08:00
  • ebc86a3afa
    Disable parameter validation for Scikit-Learn interface. (#5167) Jiaming Yuan 2020-01-07 11:17:31 +08:00
  • 2b9a62a806
    Throw error when not compiled with NCCL. (#5170) Jiaming Yuan 2020-01-07 11:15:19 +08:00
  • 2d95b9a4b6 Fix simple typo: utilty -> utility (#5182) Tim Gates 2020-01-04 18:28:26 +11:00
  • 0d6a853212 fix xgboost build failure introduced by allgather interface (#129) Chen Qin 2020-01-01 06:45:14 -08:00
  • 7b17e76c5b Optimized EvaluateSplut function (#5138) Egor Smirnov 2019-12-31 13:18:42 +03:00
  • 04db125699
    Quick fix for memory leak in CPU Hist. (#5153) Jiaming Yuan 2019-12-31 14:05:53 +08:00
  • 018df6004e Fix feature_name crated from int64index dataframe. (#5081) K.O 2019-12-30 13:26:22 +09:00
  • 139ccc9902
    Fix num_roots to be 1. (#5165) Jiaming Yuan 2019-12-30 02:18:45 +08:00
  • d55489af14
    Don't use modernize-use-trailing-return-type. (#5169) Jiaming Yuan 2019-12-29 20:18:23 +08:00
  • 6848d0426f
    Clean up Python 2 compatibility code. (#5161) Jiaming Yuan 2019-12-27 18:34:53 +08:00
  • 61286c6e8f
    Fix wrapping GPU ID and prevent data copying. (#5160) Jiaming Yuan 2019-12-27 16:51:08 +08:00
  • ee81ba8e1f implementation of map ranking algorithm on gpu (#5129) sriramch 2019-12-26 15:05:38 -08:00
  • 9b0af6e882 Enable OpenMP with Apple Clang (Mac default compiler) (#5146) Philip Hyunsu Cho 2019-12-26 00:53:12 -08:00
  • f3d7877802
    Parameter validation (#5157) Jiaming Yuan 2019-12-26 11:59:05 +08:00
  • ced3660f60
    Tests for empty dmatrix. (#5159) Jiaming Yuan 2019-12-26 11:51:54 +08:00
  • 298ebe68ac
    [Breaking] Remove learning_rates in Python. (#5155) Jiaming Yuan 2019-12-24 14:25:48 +08:00
  • 73b1bd2789
    Update demo for ranking. (#5154) Jiaming Yuan 2019-12-24 13:39:07 +08:00
  • 0202e04a8e
    Add base margin to sklearn interface. (#5151) Jiaming Yuan 2019-12-24 09:43:41 +08:00
  • 1d0ca49761
    Example JSON model parser and Schema. (#5137) Jiaming Yuan 2019-12-23 19:47:35 +08:00
  • a4b929385e
    Note for DaskDMatrix. (#5144) Jiaming Yuan 2019-12-23 18:55:32 +08:00
  • c8bdb652c4
    Add check for length of weights. (#4872) Jiaming Yuan 2019-12-21 11:30:58 +08:00
  • 3d04a8cc97
    Use dynamic types for array interface columns instead of templates (#5108) Rory Mitchell 2019-12-21 16:08:10 +13:00
  • b915788708
    Remove benchmark code in GPU test. (#5141) Jiaming Yuan 2019-12-21 11:00:21 +08:00
  • 74f545bde3 [CI] Repair download URL for Maven 3.6.1 (#5139) Philip Hyunsu Cho 2019-12-19 18:07:40 -08:00
  • e521bb6f83 Added new train_folds parameter (#5114) Jiaming Yuan 2019-12-19 22:02:19 +08:00
  • 37fdfa03f8
    [jvm-packages] Comply with scala style convention + fix broken unit test (#5134) Philip Hyunsu Cho 2019-12-18 17:26:58 -08:00
  • bc9d88259f [jvm-packages] Allow for bypassing spark missing value check (#4805) cpfarrell 2019-12-18 10:48:20 -08:00
  • 27b3646d29
    Tests and documents for new JSON routines. (#5120) Jiaming Yuan 2019-12-18 08:44:27 +08:00
  • 63ffd2f686
    Check against R seed. (#5125) Jiaming Yuan 2019-12-17 19:14:59 +08:00
  • 2fdb34ed2e
    Fix metric name loading. (#5122) Jiaming Yuan 2019-12-16 10:14:02 +08:00
  • 3136185bc5
    JSON configuration IO. (#5111) Jiaming Yuan 2019-12-15 17:31:53 +08:00
  • 5aa007d7b2
    Fix visual studio output library directories (#5119) Rory Mitchell 2019-12-15 15:08:20 +13:00
  • ad4a1c732c
    Small refinements for JSON model. (#5112) Jiaming Yuan 2019-12-11 19:49:01 +08:00
  • 208ab3b1ff
    Model IO in JSON. (#5110) Jiaming Yuan 2019-12-11 11:20:40 +08:00
  • c7cc657a4d
    Use adapters for SparsePageDMatrix (#5092) Rory Mitchell 2019-12-11 15:59:23 +13:00
  • e089e16e3d
    Pass pointer to model parameters. (#5101) Jiaming Yuan 2019-12-10 12:11:22 +08:00
  • 979f74d51a
    Group builder modified for incremental building (#5098) Rory Mitchell 2019-12-10 14:33:56 +13:00
  • 1cb6bcc382
    Remove dead code in colmaker. (#5105) Jiaming Yuan 2019-12-10 09:32:37 +08:00
  • b1789b0346 added tracking execution time for UpdatePredictionCache function (#5107) Egor Smirnov 2019-12-09 20:32:56 +03:00
  • 38763aa4fa
    Update document for tree_method. [skip ci] (#5106) Jiaming Yuan 2019-12-09 22:55:00 +08:00
  • 608ebbe444
    Fix GPU ID and prediction cache from pickle (#5086) Jiaming Yuan 2019-12-07 16:02:06 +08:00
  • 7ef5b78003
    Implement JSON IO for updaters (#5094) Jiaming Yuan 2019-12-07 00:24:00 +08:00
  • 2dcb62ddfb
    Add IO utilities. (#5091) Jiaming Yuan 2019-12-05 22:15:34 +08:00
  • 64af1ecf86
    [Breaking] Remove num roots. (#5059) Jiaming Yuan 2019-12-05 21:58:43 +08:00
  • f3d8536702
    Don't use 0 for "fresh leaf". (#5084) Jiaming Yuan 2019-12-05 11:50:51 +08:00
  • df9bdbbcb9
    Fix parsing empty vector in parameter. (#5087) Jiaming Yuan 2019-12-05 11:42:01 +08:00
  • f5e13dcb9b
    Implement training observer. (#5088) Jiaming Yuan 2019-12-05 11:12:20 +08:00
  • f0ca53d9ec
    Convenient methods for JSON integer. (#5089) Jiaming Yuan 2019-12-05 11:01:12 +08:00
  • dcde433402 Fix MacOS build error. (#5080) yage 2019-12-04 19:34:35 +08:00
  • e3c34c79be
    External data adapters (#5044) Rory Mitchell 2019-12-04 10:56:17 +13:00