DeltaML / federated-aggregator

Participant in Federated Learning scheme that aggregates the updates from the remote trainers and calculates each trainer's contribution to the model training.
MIT License
2 stars 0 forks source link

Replicate structure of Model Buyer and Data Owner #18

Closed GFibrizo closed 4 years ago

GFibrizo commented 5 years ago

Problem

The FA code is becoming a mess.

Solution

Replicate the structure found in the model buyer and data owner API. Use flask rest-plus to generate interactive documentation in form of a swagger Marshalling and validating content of incoming requests.