Skip to content

Commit

Permalink
Update datasets/flwr_datasets/partitioner/inner_dirichlet_partitioner.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jafermarq authored Mar 4, 2024
1 parent 01dd8de commit ecf9ff1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class InnerDirichletPartitioner(Partitioner): # pylint: disable=R0902
Column name of the labels (targets) based on which Dirichlet sampling works.
alpha : Union[int, float, List[float], NDArrayFloat]
Concentration parameter to the Dirichlet distribution (a single value for
symmetric Dirichlet distribution, or a list/NDArray of lenght equal to the
symmetric Dirichlet distribution, or a list/NDArray of length equal to the
number of unique classes)
shuffle: bool
Whether to randomize the order of samples. Shuffling applied after the
Expand Down

0 comments on commit ecf9ff1

Please sign in to comment.