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

Makes various improvements to the docs #1444

Merged
merged 10 commits into from
Oct 5, 2022
Prev Previous commit
Next Next commit
Improve doc styles
  • Loading branch information
tanertopal committed Oct 5, 2022
commit 634dc90e7ada100853df6c411f158758981fb355
1 change: 1 addition & 0 deletions src/py/flwr/server/strategy/fedavg_android.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
from .aggregate import aggregate, weighted_loss_avg
from .strategy import Strategy


# flake8: noqa: E501
class FedAvgAndroid(Strategy):
"""Configurable FedAvg strategy implementation."""
Expand Down