-
Notifications
You must be signed in to change notification settings - Fork 875
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Federated XGBoost horizontal quickstart #1694
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have only added one small comment about the location of a file but other than that there still is the question of the xgboost
dependency. There is no perfect way to do it, but you probably want to add it to the global pyproject.toml
under the extra dependencies, in a similar fashion to ray
.
src/py/flwr/common/fedxgb.py
Outdated
@@ -0,0 +1,153 @@ | |||
# Copyright 2020 Adap GmbH. All Rights Reserved. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This file should sit in src/py/flwr/server/strategy
rather than common
. common
is for functions used both by server
and client
.
Reference Issues/PRs
What does this implement/fix? Explain your changes.
Any other comments?