OpenMined / KotlinSyft

The official Syft worker for secure on-device machine learning
https://www.openmined.org
Apache License 2.0
85 stars 28 forks source link

[WIP] Training API #271

Closed mccorby closed 3 years ago

mccorby commented 4 years ago

Description

Affected Dependencies

List any dependencies that are required for this change.

How has this been tested?

Checklist

codecov[bot] commented 4 years ago

Codecov Report

Merging #271 into dev will decrease coverage by 1.06%. The diff coverage is 30.95%.

Impacted file tree graph

@@            Coverage Diff             @@
##              dev     #271      +/-   ##
==========================================
- Coverage   60.72%   59.66%   -1.07%     
==========================================
  Files          44       45       +1     
  Lines        1487     1537      +50     
  Branches      195      206      +11     
==========================================
+ Hits          903      917      +14     
- Misses        492      523      +31     
- Partials       92       97       +5     
Impacted Files Coverage Δ
...rg/openmined/syft/execution/JobStatusSubscriber.kt 76.92% <ø> (ø)
.../main/java/org/openmined/syft/domain/SyftLogger.kt 7.14% <25.00%> (ø)
.../main/java/org/openmined/syft/execution/SyftJob.kt 66.26% <31.57%> (-10.66%) :arrow_down:
...enmined/syft/networking/datamodels/ClientConfig.kt 42.85% <0.00%> (+8.57%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 476d809...df6267b. Read the comment docs.

mccorby commented 3 years ago

Superseded by #290