amdsc21
3a834c4992
change workflow
2023-05-20 07:04:06 +02:00
amdsc21
b22644fc10
add hip.h
2023-05-20 01:25:33 +02:00
amdsc21
7663d47383
Merge branch 'master' into sync-condition-2023May15
2023-05-19 20:30:35 +02:00
Bobby Wang
6274fba0a5
[pyspark] support tying ( #9172 )
2023-05-19 14:39:26 +08:00
amdsc21
88fc8badfa
Merge branch 'master' into sync-condition-2023May15
2023-05-17 19:55:50 +02:00
Bobby Wang
caf326d508
[pyspark] Refactor and typing support for models ( #9156 )
2023-05-17 16:38:51 +08:00
Bobby Wang
cb370c4f7d
[jvm] separate spark.version for cpu and gpu ( #9166 )
2023-05-17 07:12:20 +08:00
amdsc21
8cad8c693c
sync up May15 2023
2023-05-15 18:59:18 +02:00
Stephan T. Lavavej
7375bd058b
Fix IndexTransformIter. ( #9155 )
2023-05-12 21:25:54 +08:00
Stephan T. Lavavej
59edfdb315
Fix typo: _defined => defined ( #9153 )
2023-05-11 16:34:45 -07:00
Stephan T. Lavavej
779b82c098
Avoid redefining macros. ( #9154 )
2023-05-11 15:59:25 -07:00
Rong Ou
603f8ce2fa
Support hist in the partition builder under column split ( #9120 )
2023-05-11 05:24:29 +08:00
Rong Ou
52311dcec9
Fix multi-threaded gtests ( #9148 )
2023-05-10 19:15:32 +08:00
Jiaming Yuan
e4129ed6ee
[jvm-packages] Remove akka in tester. ( #9149 )
2023-05-10 14:10:58 +08:00
dependabot[bot]
2ab6660943
Bump maven-surefire-plugin in /jvm-packages/xgboost4j-spark ( #9131 )
...
Bumps [maven-surefire-plugin](https://github.com/apache/maven-surefire ) from 3.0.0 to 3.1.0.
- [Release notes](https://github.com/apache/maven-surefire/releases )
- [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.0.0...surefire-3.1.0 )
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-surefire-plugin
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-10 12:21:36 +08:00
dependabot[bot]
d21e7e5f82
Bump maven-gpg-plugin from 3.0.1 to 3.1.0 in /jvm-packages ( #9136 )
...
Bumps [maven-gpg-plugin](https://github.com/apache/maven-gpg-plugin ) from 3.0.1 to 3.1.0.
- [Commits](https://github.com/apache/maven-gpg-plugin/compare/maven-gpg-plugin-3.0.1...maven-gpg-plugin-3.1.0 )
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-gpg-plugin
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-10 10:21:36 +08:00
Philip Hyunsu Cho
0cd4382d72
Fix config-settings handling in pip install ( #9115 )
...
* Fix config_settings handling in pip install
* Fix formatting
* Fix flag use_system_libxgboost
* Add setuptools to doc requirements.txt
* Fix mypy
2023-05-09 17:54:20 -07:00
Jiaming Yuan
09b44915e7
[doc] Replace recommonmark with myst-parser. ( #9125 )
2023-05-10 08:11:36 +08:00
Jiaming Yuan
85988a3178
Wait for data CUDA stream instead of sync. ( #9144 )
...
---------
Co-authored-by: Philip Hyunsu Cho <chohyu01@cs.washington.edu>
2023-05-09 09:52:21 +08:00
Uriya Harpeness
a075aa24ba
Move python tool configurations to pyproject.toml, and add the python 3.11 classifier. ( #9112 )
2023-05-06 02:59:06 +08:00
Jiaming Yuan
55968ed3fa
Fix monotone constraints on CPU. ( #9122 )
2023-05-06 01:07:54 +08:00
Rong Ou
250b22dd22
Fix nvflare horizontal demo ( #9124 )
2023-05-05 16:48:22 +08:00
Jiaming Yuan
47b3cb6fb7
Remove unused parameters in RABIT. ( #9108 )
2023-05-05 05:26:24 +08:00
Philip Hyunsu Cho
07b2d5a26d
Add useful links to pyproject.toml ( #9114 )
2023-05-02 12:47:15 -07:00
amdsc21
b066accad6
fix lambdarank_obj
2023-05-02 21:06:22 +02:00
amdsc21
b324d51f14
fix array_interface.h half type
2023-05-02 20:50:50 +02:00
amdsc21
65097212b3
fix IterativeDeviceDMatrix, support HIP
2023-05-02 20:20:11 +02:00
amdsc21
4a24ca2f95
fix helpers.h, enable HIP
2023-05-02 20:04:23 +02:00
amdsc21
83e6fceb5c
fix lambdarank_obj.cc, support HIP
2023-05-02 19:03:18 +02:00
amdsc21
e4538cb13c
fix, to support hip
2023-05-02 17:43:11 +02:00
amdsc21
5446c501af
merge 23Mar01
2023-05-02 00:05:58 +02:00
amdsc21
313a74b582
add Shap Magic to check if use cat
2023-05-01 21:55:14 +02:00
Jiaming Yuan
08ce495b5d
Use Booster context in DMatrix. ( #8896 )
...
- Pass context from booster to DMatrix.
- Use context instead of integer for `n_threads`.
- Check the consistency configuration for `max_bin`.
- Test for all combinations of initialization options.
2023-04-28 21:47:14 +08:00
Jiaming Yuan
1f9a57d17b
[Breaking] Require format to be specified in input URI. ( #9077 )
...
Previously, we use `libsvm` as default when format is not specified. However, the dmlc
data parser is not particularly robust against errors, and the most common type of error
is undefined format.
Along with which, we will recommend users to use other data loader instead. We will
continue the maintenance of the parsers as it's currently used for many internal tests
including federated learning.
2023-04-28 19:45:15 +08:00
Bobby Wang
e922004329
[doc] fix the cudf installation [skip ci] ( #9106 )
2023-04-28 19:43:58 +08:00
Jiaming Yuan
17ff471616
Optimize array interface input. ( #9090 )
2023-04-28 18:01:58 +08:00
Rong Ou
fb941262b4
Add demo for vertical federated learning ( #9103 )
2023-04-28 16:03:21 +08:00
Jiaming Yuan
e206b899ef
Rework MAP and Pairwise for LTR. ( #9075 )
2023-04-28 02:39:12 +08:00
Jiaming Yuan
0e470ef606
Optimize prediction with QuantileDMatrix. ( #9096 )
...
- Reduce overhead in `FVecDrop`.
- Reduce overhead caused by `HostVector()` calls.
2023-04-28 00:51:41 +08:00
Jiaming Yuan
fa267ad093
[CI] Freeze R version to 4.2.0 with MSVC. ( #9104 )
2023-04-27 22:48:31 +08:00
Jiaming Yuan
96d3f8a6f3
[doc] Update document. ( #9098 )
...
- Mention flink is still under construction.
- Update doxygen version.
- Fix warnings from doxygen about defgroup title and mismatched parameter name.
2023-04-27 19:29:03 +08:00
Rong Ou
511d4996b5
Rely on gRPC to generate random port ( #9102 )
2023-04-27 09:48:26 +08:00
Jiaming Yuan
101a2e643d
[jvm-packages] Bump rapids version. ( #9097 )
2023-04-27 09:46:46 +08:00
Scott Gustafson
353ed5339d
Convert `DaskXGBClassifier.classes_` to an array ( #8452 )
...
---------
Co-authored-by: Jiaming Yuan <jm.yuan@outlook.com>
2023-04-27 02:23:35 +08:00
Boris
0e7377ba9c
Updated flink 1.8 -> 1.17. Added smoke tests for Flink ( #9046 )
2023-04-26 18:41:11 +08:00
Rong Ou
a320b402a5
More refactoring to take advantage of collective aggregators ( #9081 )
2023-04-26 03:36:09 +08:00
dependabot[bot]
49ccae7fb9
Bump spark.version from 3.1.1 to 3.4.0 in /jvm-packages ( #9039 )
...
Bumps `spark.version` from 3.1.1 to 3.4.0.
Updates `spark-mllib_2.12` from 3.1.1 to 3.4.0
Updates `spark-core_2.12` from 3.1.1 to 3.4.0
Updates `spark-sql_2.12` from 3.1.1 to 3.4.0
---
updated-dependencies:
- dependency-name: org.apache.spark:spark-mllib_2.12
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: org.apache.spark:spark-core_2.12
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: org.apache.spark:spark-sql_2.12
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-26 01:32:06 +08:00
Bobby Wang
17add4776f
[pyspark] Don't stack for non feature columns ( #9088 )
2023-04-25 23:09:12 +08:00
dependabot[bot]
a2cc78c1fb
Bump scala.version from 2.12.8 to 2.12.17 in /jvm-packages ( #9083 )
...
Bumps `scala.version` from 2.12.8 to 2.12.17.
Updates `scala-compiler` from 2.12.8 to 2.12.17
- [Release notes](https://github.com/scala/scala/releases )
- [Commits](https://github.com/scala/scala/compare/v2.12.8...v2.12.17 )
Updates `scala-library` from 2.12.8 to 2.12.17
- [Release notes](https://github.com/scala/scala/releases )
- [Commits](https://github.com/scala/scala/compare/v2.12.8...v2.12.17 )
---
updated-dependencies:
- dependency-name: org.scala-lang:scala-compiler
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.scala-lang:scala-library
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-25 21:30:38 +08:00
Bobby Wang
339f21e1bf
[pyspark] fix a type hint with old pyspark release ( #9079 )
2023-04-24 20:04:14 +08:00