Module - fed_bagging

Module - fed_bagging#

Federated Bootstrap 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.