Skip to content

Commit

Permalink
FDS small docs fix (#2610)
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-narozniak authored Nov 16, 2023
1 parent 7ae14a2 commit 9ad0639
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion datasets/doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
author = "The Flower Authors"

# The full version, including alpha/beta/rc tags
release = "0.0.1"
release = "0.0.2"


# -- General configuration ---------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions datasets/flwr_datasets/federated_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ class FederatedDataset:
partitioners : Dict[str, Union[Partitioner, int]]
A dictionary mapping the Dataset split (a `str`) to a `Partitioner` or an `int`
(representing the number of IID partitions that this split should be partitioned
into). One or multiple `Partitioner`s can be specified in that manner, but at
most, one per split.
into). One or multiple `Partitioner` objects can be specified in that manner,
but at most, one per split.
shuffle : bool
Whether to randomize the order of samples. Applied prior to resplitting,
speratelly to each of the present splits in the dataset. It uses the `seed`
Expand Down

0 comments on commit 9ad0639

Please sign in to comment.