armlet.FL_pipeline.data_selection.methods.random module#

class armlet.FL_pipeline.data_selection.methods.random.RandomDataSelection(train_set: FastDataLoader, sampling_perc: float = 1.0, select_every: int = 1)#

Bases: DataSelectionClientMethod

select_samples(round: int, num_epochs: int) FastDataLoader#