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

Fix of sklearn logreg example #1282

Merged
merged 8 commits into from
Jul 13, 2022
Merged

Fix of sklearn logreg example #1282

merged 8 commits into from
Jul 13, 2022

Conversation

gubertoli
Copy link
Contributor

Reference Issues/PRs

Fix to the issue reported by #1275

What does this implement/fix? Explain your changes.

Recent versions of Flower requires as input to fit() a tuple of (list, int, dict). This sklearn example was missing this.

Any other comments?

N/A

gubertoli and others added 7 commits March 6, 2022 00:42
Correcting validation dataset references on FlowerClient class and min_eval_clients to be in accordance with the comments.
To be compatible with sanity check for the return of fit method from clients (Tuple of list,int,dict) introduced on the last version of flower.
Copy link
Member

@danieljanes danieljanes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the fix @gubertoli 👍

@danieljanes danieljanes enabled auto-merge (squash) July 13, 2022 14:46
@danieljanes danieljanes merged commit 5f7573d into adap:main Jul 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants