From 3a987e3a9829ca7bc86139efa7d69035080ad183 Mon Sep 17 00:00:00 2001 From: yan-gao-GY Date: Wed, 2 Oct 2024 19:00:28 +0100 Subject: [PATCH] Update readme --- examples/xgboost-comprehensive/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/xgboost-comprehensive/README.md b/examples/xgboost-comprehensive/README.md index 15dcb03b2811..d33bb70b3056 100644 --- a/examples/xgboost-comprehensive/README.md +++ b/examples/xgboost-comprehensive/README.md @@ -96,7 +96,8 @@ flwr run . --run-config "train-method='cyclic' partitioner-type='linear' central ``` > \[!TIP\] -> For a more detailed walk-through check our [XGBoost tutorial](https://flower.ai/docs/framework/tutorial-quickstart-xgboost.html) +> For a more detailed walk-through check our [XGBoost tutorial](https://flower.ai/docs/framework/tutorial-quickstart-xgboost.html). +> To extend the aggregation strategy for saving, logging, or other functions, please refer to our [advanced-pytorch](https://github.com/adap/flower/tree/main/examples/advanced-pytorch) example. ### Run with the Deployment Engine