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

FL client worker API #3426

Merged
merged 1 commit into from
May 19, 2020
Merged

FL client worker API #3426

merged 1 commit into from
May 19, 2020

Conversation

vvmnnnkv
Copy link
Member

Description

Python version of federated learning client.
Fixes #2996

Type of change

Please mark the options that are relevant.

  • Added/Modified tutorials
  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Checklist:

@review-notebook-app
Copy link

Check out this pull request on  ReviewNB

You'll be able to see Jupyter notebook diff and discuss changes. Powered by ReviewNB.

@codecov
Copy link

codecov bot commented Apr 29, 2020

Codecov Report

Merging #3426 into master will increase coverage by 0.01%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #3426      +/-   ##
==========================================
+ Coverage   94.70%   94.72%   +0.01%     
==========================================
  Files         152      152              
  Lines       16038    16038              
==========================================
+ Hits        15189    15192       +3     
+ Misses        849      846       -3     
Impacted Files Coverage Δ
syft/execution/plan.py 93.90% <0.00%> (+1.21%) ⬆️

@karlhigley karlhigley added grid Type: New Feature ➕ Introduction of a completely new addition to the codebase labels May 3, 2020
@cereallarceny cereallarceny changed the title WIP: FL client worker API FL client worker API May 19, 2020
@cereallarceny cereallarceny merged commit dde02fd into master May 19, 2020
@cereallarceny cereallarceny deleted the vvm/fl-client branch May 19, 2020 12:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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.

GSoC Project: Build a federated learning worker for PySyft
3 participants