openfl.interface.aggregation_functions.fed_bagging

openfl.interface.aggregation_functions.fed_bagging#

Federated Boostrap Aggregation for XGBoost module.

Functions

append_trees(global_model, local_trees)

Appends local trees to the global model.

get_global_model(iterator, target_round)

Retrieves the global model for the specific round from an iterator.

Classes

FedBaggingXGBoost(*args, **kwargs)

Federated Bootstrap Aggregation for XGBoost.