Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create vertical data splitter #10

Merged
merged 4 commits into from
Jun 8, 2020

Conversation

TTitcombe
Copy link
Member

Description

This PR implements a function to vertically partition a dataset. This dataset is assumed to be an image dataset (e.g. MNIST).
Additionally, this PR introduces a conda environment, requirements.txt file

Fixes #4

How has this been tested?

  • Test environment
    1. Follow the instructions in the README to install dependencies
    2. In the environment, ensure you can import torch, torchvision, numpy, syft
  • Integrated testing of code using pytest:
    1. navigate to root of this repository
    2. Run python -m pytest. All tests should pass

Update README with requirement installation instructions
src folder for code and empty 'examples' folder for notebooks
@TTitcombe TTitcombe added Status: Completed ✔️ Finished with all expected deliverables Type: New Feature ➕ Introduction of a completely new addition to the codebase labels Jun 8, 2020
@pavlos-p pavlos-p merged commit cd19b1a into OpenMined:master Jun 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Completed ✔️ Finished with all expected deliverables Type: New Feature ➕ Introduction of a completely new addition to the codebase
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Function to vertically partition data
2 participants