-
Notifications
You must be signed in to change notification settings - Fork 215
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
Straggler handling Follow-up #1097
base: develop
Are you sure you want to change the base?
Straggler handling Follow-up #1097
Conversation
Signed-off-by: Ishant Thakare <[email protected]>
Signed-off-by: Ishant Thakare <[email protected]>
@ishant162 , did you test for regression by raising a PR in OpenFL-Security? |
This needs to be done @teoparvanov . We will feedback once it is done |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a good improvement over the previous layout.
Most suggestions, though seem like nitpicks, have measurable changes on developers and users in the look-and-feel of the framework. Please take a look.
Signed-off-by: Ishant Thakare <[email protected]>
Signed-off-by: Ishant Thakare <[email protected]>
Signed-off-by: Ishant Thakare <[email protected]>
@MasterSkepticista, @teoparvanov: With the regression checks on the @psfoley: Based on inputs received during the review, Straggler handling policies have been renamed for ease of use and improved readability
Due to this existing users of Straggler Handling functionality may need to do following minor updates to Current
Updated
To assist users in migration this aspect needs to be mentioned in release notes as a guide to users migrating to OpenFL v1.8 |
Signed-off-by: Ishant Thakare <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work, thanks @ishant162 ! I just have a couple of minor comments:
docs/developer_guide/advanced_topics/straggler_handling_algorithms.rst
Outdated
Show resolved
Hide resolved
Signed-off-by: Ishant Thakare <[email protected]>
This pull request is a follow-up to the Straggler Handling PR #996 . Based on the feedback from @MasterSkepticista and @teoparvanov , the review comments have been addressed and incorporated accordingly.
Summary of changes:
Relocated straggler_handling to the
openfl/component/aggregator
directory.Consolidated all policies into
openfl/component/aggregator/straggler_handling.py
Renamed
CutoffTimeBasedStragglerHandling
toCutoffTimePolicy
andPercentageBasedStragglerHandling
toPercentagePolicy
Removed the attribute deletion functionality from
CutoffTimePolicy
Validate OpenFL Security through regression testing