Commit Graph

  • ad0ccc6e4f
    [doc] fix inconsistent doc and minor typo for external memory (#8773) Dai-Jie (Jay) Wu 2023-02-10 01:05:34 +08:00
  • 199c421d60
    Send default configuration from metric to objective. (#8760) Jiaming Yuan 2023-02-09 20:18:07 +08:00
  • 60303db2ee
    [backport] Fix GPU L1 error. (#8749) (#8770) Jiaming Yuan 2023-02-09 20:16:39 +08:00
  • df984f9c43
    [backport] Fix different number of features in gpu_hist evaluator. (#8754) (#8769) Jiaming Yuan 2023-02-09 18:31:49 +08:00
  • 5f76edd296
    Extract make metric name from ranking metric. (#8768) Jiaming Yuan 2023-02-09 18:30:21 +08:00
  • 4ead65a28c
    Increase timeout limit for linear. (#8767) Jiaming Yuan 2023-02-09 18:20:12 +08:00
  • cbf98cb9c6
    Add Allgather to collective communicator (#8765) Rong Ou 2023-02-08 19:31:22 -08:00
  • 48cefa012e
    Support multiple alphas for segmented quantile. (#8758) Jiaming Yuan 2023-02-07 17:17:59 +08:00
  • c4802bfcd0
    Cleanup booster param types. (#8756) Jiaming Yuan 2023-02-07 15:52:19 +08:00
  • 7b3d473593
    [doc] Add demo for inference using individual tree. (#8752) Jiaming Yuan 2023-02-07 04:40:18 +08:00
  • 28bb01aa22
    Extract optional weight. (#8747) Jiaming Yuan 2023-02-07 03:11:53 +08:00
  • 0f37a01dd9
    Require black formatter for the python package. (#8748) Jiaming Yuan 2023-02-07 01:53:33 +08:00
  • a2e433a089
    Fix empty DMatrix with categorical features. (#8739) Jiaming Yuan 2023-02-07 00:40:11 +08:00
  • 7214a45e83
    Fix different number of features in gpu_hist evaluator. (#8754) Rory Mitchell 2023-02-06 16:15:16 +01:00
  • 2f22f8d49b
    [backport] Make sure input numpy array is aligned. (#8690) (#8696) (#8734) Jiaming Yuan 2023-02-06 16:58:15 +08:00
  • 66191e9926
    Support cpu quantile sketch with column-wise data split (#8742) Rong Ou 2023-02-04 22:26:24 -08:00
  • c1786849e3
    Use array interface for CSC matrix. (#8672) Jiaming Yuan 2023-02-05 01:59:46 +08:00
  • 213b5602d9
    Add sample_weight to eval_metric (#8706) BenEfrati 2023-02-04 18:06:38 +02:00
  • dd79ab846f
    [CI] Fix failing arm build (#8751) Philip Hyunsu Cho 2023-02-03 22:32:48 -08:00
  • 0e61ba57d6
    Fix GPU L1 error. (#8749) Jiaming Yuan 2023-02-04 03:02:00 +08:00
  • 16ef016ba7
    [CI] Use bash -l {0} as the default in GitHub Actions (#8741) Hamel Husain 2023-01-30 23:00:29 -08:00
  • 0d8248ddcd
    [R] discourage use of regex for fixed string comparisons (#8736) James Lamb 2023-01-30 04:47:21 -06:00
  • 1325ba9251
    Support primitive types of pyarrow-backed pandas dataframe. (#8653) Jiaming Yuan 2023-01-30 17:53:29 +08:00
  • 3760cede0f
    Consistent use of context to specify number of threads. (#8733) Jiaming Yuan 2023-01-30 15:25:31 +08:00
  • 21a28f2cc5
    Small refactor for hist builder. (#8698) Jiaming Yuan 2023-01-30 14:06:41 +08:00
  • 68d86336d7
    [backport] [R] fix OpenMP detection on macOS (#8684) (#8732) Jiaming Yuan 2023-01-29 12:43:10 +08:00
  • 8af98e30fc
    Use in-memory communicator to test quantile (#8710) Rong Ou 2023-01-27 07:28:28 -08:00
  • 96e6b6beba
    [ci] remove unused imports in tests (#8707) James Lamb 2023-01-25 00:10:29 -06:00
  • d29e45371f
    [R-package] Alter xgb.train() to accept multiple eval metrics as a list (#8657) Philip Hyunsu Cho 2023-01-24 17:14:14 -08:00
  • 0f4d52a864
    [R] add tests on print.xgb.DMatrix() (#8704) James Lamb 2023-01-21 16:44:14 -06:00
  • 9fb12b20a4
    Cleanup the callback module. (#8702) Jiaming Yuan 2023-01-22 00:13:49 +08:00
  • 34eee56256
    Fix compiler warnings. (#8703) Jiaming Yuan 2023-01-21 15:16:23 +08:00
  • e49e0998c0
    Extract CPU sampling routines. (#8697) Jiaming Yuan 2023-01-19 23:28:18 +08:00
  • 7a068af1a3
    Workaround CUDA warning. (#8696) Jiaming Yuan 2023-01-19 09:16:08 +08:00
  • 6933240837
    [python-package] remove unused functions in xgboost.data (#8695) James Lamb 2023-01-18 18:02:54 -06:00
  • 4416452f94
    Return single thread from context when called inside omp region. (#8693) Jiaming Yuan 2023-01-18 09:23:37 +08:00
  • 31b9cbab3d
    Make sure input numpy array is aligned. (#8690) Jiaming Yuan 2023-01-18 08:12:13 +08:00
  • 175986b739
    [doc] Add missing document for pyspark ranker. [skip ci] (#8692) Jiaming Yuan 2023-01-18 07:52:18 +08:00
  • 78396f8a6e
    Initial support for column-split cpu predictor (#8676) Rong Ou 2023-01-17 14:33:13 -08:00
  • 980233e648
    [R] remove XGBoosterPredict_R (fixes #8687) (#8689) James Lamb 2023-01-17 00:19:01 -06:00
  • 247946a875
    Cache transformed in QuantileDMatrix for efficiency. (#8666) Jiaming Yuan 2023-01-17 06:02:40 +08:00
  • 06ba285f71
    [R] fix OpenMP detection on macOS (#8684) James Lamb 2023-01-16 15:01:26 -06:00
  • 43152657d4
    Extract JSON type check. (#8677) Jiaming Yuan 2023-01-17 03:11:07 +08:00
  • 9f598efc3e
    Rename context in Metric. (#8686) Jiaming Yuan 2023-01-17 01:10:13 +08:00
  • d6018eb4b9
    Remove all use of DeviceQuantileDMatrix. (#8665) Jiaming Yuan 2023-01-17 00:04:10 +08:00
  • 0ae8df9a65
    Define default ctors for gpair. (#8660) Jiaming Yuan 2023-01-16 22:52:13 +08:00
  • a9c6199723
    Bump maven-project-info-reports-plugin in /jvm-packages (#8662) dependabot[bot] 2023-01-16 04:57:28 +08:00
  • 37d4482e3e
    Bump maven-checkstyle-plugin from 3.2.0 to 3.2.1 in /jvm-packages (#8661) dependabot[bot] 2023-01-16 02:02:03 +08:00
  • e227abc57a
    [R] avoid leaving test files behind (#8685) James Lamb 2023-01-15 09:34:54 -06:00
  • 76bdca072a
    [R] Fix threads used to create DMatrix in predict. (#8681) (#8682) Jiaming Yuan 2023-01-15 04:00:31 +08:00
  • e7d612d22c
    [R] Fix threads used to create DMatrix in predict. (#8681) Jiaming Yuan 2023-01-15 03:09:08 +08:00
  • 292df67824
    [R] remove unused define XGBOOST_CUSTOMIZE_LOGGER (#8647) James Lamb 2023-01-14 12:29:25 -06:00
  • 021e6a842a
    [backport] [R] Get CXX flags from R CMD config. (#8669) (#8680) Jiaming Yuan 2023-01-14 18:46:59 +08:00
  • e5bef4ffce
    [backport] Fix threads in DMatrix slice. (#8667) (#8679) Jiaming Yuan 2023-01-14 18:46:04 +08:00
  • f7a2f52136
    [R] Get CXX flags from R CMD config. (#8669) Jiaming Yuan 2023-01-14 16:48:21 +08:00
  • 07cf3d3e53
    Fix threads in DMatrix slice. (#8667) Jiaming Yuan 2023-01-14 07:16:57 +08:00
  • 10bb0a74ef
    [backport] [CI] Skip pyspark sparse tests. (#8675) (#8678) Jiaming Yuan 2023-01-14 06:40:17 +08:00
  • e27cda7626
    [CI] Skip pyspark sparse tests. (#8675) Jiaming Yuan 2023-01-14 05:37:00 +08:00
  • b2b6a8aa39
    [R] fix CSR input. (#8673) Jiaming Yuan 2023-01-14 01:32:41 +08:00
  • e803d06d8c
    [backport] [R] Remove unused assert definition. (#8526) (#8668) Jiaming Yuan 2023-01-13 04:55:29 +08:00
  • 72ec0c5484
    [pyspark] support pred_contribs (#8633) Bobby Wang 2023-01-11 16:51:12 +08:00
  • cfa994d57f
    Multi-target support for L1 error. (#8652) Jiaming Yuan 2023-01-11 05:51:14 +08:00
  • badeff1d74
    Init estimation for regression. (#8272) Jiaming Yuan 2023-01-11 02:04:56 +08:00
  • 1b58d81315
    [doc] Document Python inputs. (#8643) Jiaming Yuan 2023-01-10 15:39:32 +08:00
  • 4e12f3e1bc
    [Breaking][jvm-packages] Bump rapids version to 22.12.0 (#8648) Bobby Wang 2023-01-07 18:59:17 +08:00
  • ccf43d4ba0
    Bump R package version to 1.7.3. (#8649) v1.7.3 Jiaming Yuan 2023-01-06 20:34:05 +08:00
  • dd58c2ac47
    Bump version to 1.7.3. (#8646) Jiaming Yuan 2023-01-06 17:55:51 +08:00
  • 06a1cb6e03
    Release news for patch releases including upcoming 1.7.3. [skip ci] (#8645) Jiaming Yuan 2023-01-06 16:19:16 +08:00
  • 2b88099c74
    [doc] Update custom_metric_obj.rst (#8626) Emre Batuhan Baloğlu 2023-01-06 00:08:25 +03:00
  • 899e4c8988
    [backport] Do not return internal value for get_params. (#8634) (#8642) Jiaming Yuan 2023-01-06 02:28:39 +08:00
  • a2085bf223
    [backport] Fix loading GPU pickle with a CPU-only xgboost distribution. (#8632) (#8641) Jiaming Yuan 2023-01-06 02:28:21 +08:00
  • 067b704e58
    [backport] Fix inference with categorical feature. (#8591) (#8602) (#8638) Jiaming Yuan 2023-01-06 01:17:49 +08:00
  • 1a834b2b85
    Fix linalg iterator. (#8603) (#8639) Jiaming Yuan 2023-01-05 23:16:10 +08:00
  • 162b48a1a4
    [backport] [CI] Disable gtest with RMM (#8620) (#8640) Jiaming Yuan 2023-01-05 23:13:45 +08:00
  • 83a078b7e5
    [backport] Fix sklearn test that calls a removed field (#8579) (#8636) Jiaming Yuan 2023-01-05 21:17:05 +08:00
  • 575fba651b
    [backport] [CI] Fix CI with updated dependencies. (#8631) (#8635) Jiaming Yuan 2023-01-05 19:10:58 +08:00
  • e68a152d9e
    Do not return internal value for get_params. (#8634) Jiaming Yuan 2023-01-05 17:48:26 +08:00
  • 26c9882e23
    Fix loading GPU pickle with a CPU-only xgboost distribution. (#8632) Jiaming Yuan 2023-01-05 02:14:30 +08:00
  • d3ad0524e7
    [pyspark] Re-work _fit function (#8630) Bobby Wang 2023-01-04 18:21:57 +08:00
  • beefd28471
    Split up SHAP from RegTree. (#8612) Jiaming Yuan 2023-01-04 18:17:47 +08:00
  • d308124910
    Refactor PySpark tests. (#8605) Jiaming Yuan 2023-01-04 17:05:16 +08:00
  • fa44a33ee6
    remove unused variables in JSON-parsing code (#8627) James Lamb 2023-01-04 01:50:33 -06:00
  • 6eaddaa9c3
    [CI] Fix CI with updated dependencies. (#8631) Jiaming Yuan 2023-01-04 13:04:04 +08:00
  • 8d545ab2a2
    Implement fit stump. (#8607) Jiaming Yuan 2023-01-04 04:14:51 +08:00
  • 20e6087579
    Bump kryo from 5.3.0 to 5.4.0 in /jvm-packages (#8629) dependabot[bot] 2023-01-03 18:44:39 +08:00
  • dd72af2620
    [CI] fix git errors related to directory ownership (#8628) James Lamb 2023-01-01 18:05:44 -06:00
  • 9a98c3726c
    [R] [CI] add more linting checks (#8624) James Lamb 2022-12-29 04:20:36 -06:00
  • b05abfc494
    [CI] remove unused cpp test helper function (#8625) James Lamb 2022-12-27 12:47:52 -06:00
  • 3ceeb8c61c
    Add data split mode to DMatrix MetaInfo (#8568) Rong Ou 2022-12-25 04:37:37 -08:00
  • 77b069c25d
    Support bitwise allreduce operations in the communicator (#8623) Rong Ou 2022-12-24 14:40:05 -08:00
  • c7e82b5914
    [R] enforce lintr checks (fixes #8012) (#8613) James Lamb 2022-12-24 15:02:56 -06:00
  • f489d824ca
    [R] remove unused imports in tests (#8614) James Lamb 2022-12-24 13:45:47 -06:00
  • c430ae52f3
    Fix mypy errors with the latest numpy. (#8617) Jiaming Yuan 2022-12-21 17:42:05 +08:00
  • 5bf9e79413
    [CI] Disable gtest with RMM (#8620) Philip Hyunsu Cho 2022-12-21 01:41:34 -08:00
  • c6a8754c62
    Define CUDA Context. (#8604) Jiaming Yuan 2022-12-20 15:15:07 +08:00
  • e01639548a
    [R] remove unused compiler flag RABIT_CUSTOMIZE_MSG_ (#8610) James Lamb 2022-12-17 05:36:35 -06:00
  • 17ce1f26c8
    [R] address some lintr warnings (#8609) James Lamb 2022-12-17 04:36:14 -06:00
  • 53e6e32718
    [R] resolve assignment_linter warnings (#8599) James Lamb 2022-12-16 11:22:41 -06:00
  • f6effa1734
    Support Series and Python primitives in inplace_predict and QDM (#8547) Jiaming Yuan 2022-12-17 00:15:15 +08:00
  • a10e4cba4e
    Fix linalg iterator. (#8603) Jiaming Yuan 2022-12-16 23:05:03 +08:00