histogram based xgboost example #1715
-
hi i ran the histogram-based xgboost example with the simulator and i was wondering if there is a way to see which information are the clients sending to the server (histograms in this case)? |
Beta Was this translation helpful? Give feedback.
Answered by
rongou
Apr 26, 2023
Replies: 2 comments 1 reply
-
|
Beta Was this translation helpful? Give feedback.
0 replies
-
@ZiyueXu77 or @rongou can you help to answer this question? thanks in advance. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We don't have logging specifically for the federated communication. You might have to add some logging statements to https://github.com/dmlc/xgboost/blob/master/plugin/federated/federated_client.h to see what's being communicated.