Skip to content
This repository was archived by the owner on Jan 12, 2026. It is now read-only.

Commit 9081780

Browse files
authored
Update links in the readme file. (#294)
1 parent d105453 commit 9081780

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ have to use `xgboost_ray.RayDMatrix`. You can also use a scikit-learn
4141
interface - see next section.
4242

4343

44-
Just as in original `xgb.train()` function, the
44+
Just as in original `xgb.train()` function, the
4545
[training parameters](https://xgboost.readthedocs.io/en/stable/parameter.html)
4646
are passed as the `params` dictionary.
4747

@@ -346,7 +346,7 @@ XGBoost-Ray enables multi GPU training. The XGBoost core backend
346346
will automatically leverage NCCL2 for cross-device communication.
347347
All you have to do is to start one actor per GPU and set XGBoost's
348348
`tree_method` to a GPU-compatible option, eg. `gpu_hist` (see XGBoost
349-
documentation for more details.)
349+
documentation for more details.)
350350

351351
For instance, if you have 2 machines with 4 GPUs each, you will want
352352
to start 8 remote actors, and set `gpus_per_actor=1`. There is usually
@@ -518,7 +518,7 @@ suggestions:
518518

519519
## Placement Strategies
520520

521-
XGBoost-Ray leverages Ray's Placement Group API (<https://docs.ray.io/en/master/placement-group.html>)
521+
XGBoost-Ray leverages Ray's Placement Group API (<https://docs.ray.io/en/latest/ray-core/scheduling/placement-group.html>)
522522
to implement placement strategies for better fault tolerance.
523523

524524
By default, a SPREAD strategy is used for training, which attempts to spread all of the training workers
@@ -542,7 +542,7 @@ how long this timeout should be.
542542
## More examples
543543

544544
For complete end to end examples, please have a look at
545-
the [examples folder](https://github.com/ray-project/xgboost_ray/tree/master/examples/):
545+
the [examples folder](https://github.com/ray-project/xgboost_ray/tree/master/xgboost_ray/examples/):
546546

547547
- [Simple sklearn breastcancer dataset example](https://github.com/ray-project/xgboost_ray/blob/master/xgboost_ray/examples/simple.py) (requires `sklearn`)
548548
- [HIGGS classification example](https://github.com/ray-project/xgboost_ray/blob/master/xgboost_ray/examples/higgs.py)
@@ -552,7 +552,7 @@ the [examples folder](https://github.com/ray-project/xgboost_ray/tree/master/exa
552552
<!--$REMOVE-->
553553
## Resources
554554

555-
* [XGBoost-Ray documentation](https://docs.ray.io/en/master/xgboost-ray.html)
555+
* [XGBoost-Ray documentation](https://xgboost.readthedocs.io/en/stable/tutorials/ray.html)
556556
* [Ray community slack](https://forms.gle/9TSdDYUgxYs8SA9e8)
557557
<!--$END_REMOVE-->
558558
<!--$UNCOMMENT## API reference

0 commit comments

Comments
 (0)