You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently random forest is implemented by merging all trees trained by different parties in the federated setting. There is no performance guarantee for the federated random forest. If setting bagging=1, FedTree takes the average of the output of each tree as the prediction value. More features (e.g., instance and feature bagging) and documentation will come in the future.
Those are the parameters i set to train a random forest model. Are those parameters correct to simulate the training of a federated forest model with the data?
Random forests model is mentioned in the FedTree draft paper, could you please add some example code for that
The text was updated successfully, but these errors were encountered: