We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
MixedMapDataset
1 parent 9e14594 commit 1fdbbfaCopy full SHA for 1fdbbfa
1 file changed
grain/_src/python/dataset/transformations/mix.py
@@ -90,7 +90,7 @@ def __init__(
90
parents: Component datasets to draw from.
91
proportions: Proportions from which to draw from each parent dataset.
92
Defaults to uniform weight if selection_map is not given.
93
- selection_map: Mapping from global index to paraent dataset and index
+ selection_map: Mapping from global index to parent dataset and index
94
within parent dataset.
95
"""
96
super().__init__(parents)
0 commit comments