Make generalised dataset splitter functions (PyTorch) #81
Labels
Good first issue 🎓
Perfect for beginners, welcome to OpenMined!
Type: New Feature ➕
Introduction of a completely new addition to the codebase
Milestone
Feature Description
"Splitting" in this context means to split input features into two separate datasets. For images, split them top/bottom (a further issue will look to extend this)
Is your feature request related to a problem?
We should provide utility code to make it easy for people to turn non-vertically federated datasets into vertically federated ones, for experimental purposes.
We currently have some code built for this task, but it is not generaliseable to a wide range of datasets
What alternatives have you considered?
The text was updated successfully, but these errors were encountered: