You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a function dataset_partition which partitions a dataset, sends the partitioned datasets to the correct worker, and returns a syft.fl.FederatedDataset of partitioned datasets. This builds on the current partition_dataset function in PyVertical, and is similar to syft.fl.dataset_federate
Feature Description
Create a function
dataset_partition
which partitions a dataset, sends the partitioned datasets to the correct worker, and returns asyft.fl.FederatedDataset
of partitioned datasets. This builds on the currentpartition_dataset
function inPyVertical
, and is similar tosyft.fl.dataset_federate
Additional Context
Depends on #28
Blocked by #47
The text was updated successfully, but these errors were encountered: