Skip to content

Commit de0f675

Browse files
authored
[doc] Add warnings about distributed training OS support. [skip ci] (dmlc#11246)
1 parent 8fc48d0 commit de0f675

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

doc/tutorials/dask.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ algorithms. For an overview of GPU based training and internal workings, see `A
1111
Official Dask API for XGBoost
1212
<https://medium.com/rapids-ai/a-new-official-dask-api-for-xgboost-e8b10f3d1eb7>`_.
1313

14+
.. note::
15+
16+
The integration is not tested with Windows.
17+
1418
**Contents**
1519

1620
.. contents::

doc/tutorials/spark_estimator.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Starting from version 1.7.0, xgboost supports pyspark estimator APIs.
66

77
.. note::
88

9-
The feature is still experimental and not yet ready for production use.
9+
The integration is only tested on Linux distributions.
1010

1111
.. contents::
1212
:backlinks: none

0 commit comments

Comments
 (0)