@@ -41,7 +41,7 @@ have to use `xgboost_ray.RayDMatrix`. You can also use a scikit-learn
4141interface - 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 )
4646are passed as the ` params ` dictionary.
4747
@@ -346,7 +346,7 @@ XGBoost-Ray enables multi GPU training. The XGBoost core backend
346346will automatically leverage NCCL2 for cross-device communication.
347347All 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
351351For instance, if you have 2 machines with 4 GPUs each, you will want
352352to 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 > )
522522to implement placement strategies for better fault tolerance.
523523
524524By 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
544544For 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