Closed ThibaultFy closed 1 year ago
Context and user need: Add documentation example on how to create a FL Strategy using the ComputePlanBuilder class. See [https://www.notion.so/owkin-fdn/Federated-Analytics-in-SubstraFL-5685c4f2549748a89a3ad2e314cde886?pvs=4](https://www.notion.so/owkin-fdn/Federated-Analytics-in-SubstraFL-5685c4f2549748a89a3ad2e314cde886?pvs=4) for more info. Functional spec: Write the example in the SubstraFL "go further" section. Strategy TBD with product Dataset TDB with product. Technical spec: Acceptance criteria:
would
Thanks a lot for the review. Fully agree that its the unclear part. But the more I try to explain it, the more it's becoming obvious that it's the wrong abstraction... I added a few lines after the warning section, just before the instantiation of objects. Let me know what you think about it...
Summary
This example aims to explain how to implement a custom strategy, taking the MNIST dataset and choosing the cyclic strategy as the one to test.
To run the example,
git switch chore/update-identifiers
in substrafl as the feature as not been merged yet.Companion PR:
Blocked by https://github.com/Substra/substrafl/pull/142
closes FL-632