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

unnecessary print and undefined parameter #5

Open
SShiravy opened this issue Apr 6, 2022 · 0 comments
Open

unnecessary print and undefined parameter #5

SShiravy opened this issue Apr 6, 2022 · 0 comments

Comments

@SShiravy
Copy link

SShiravy commented Apr 6, 2022

in client_agent_serverless.py
there are two unnecessary print in final_statistics function

def final_statistics(self):
    print("PERSONAL ACCURACY IS {}".format(self.personal_accuracy))
    print(self.personal_accuracy)
    print("FEDERATED ACCURACY IS {}".format(self.federated_accuracy))
    print(self.federated_accuracy)

in initializer_serverless.py (line 68)
the function data_formatting.partition_data(...) does not have pyspark parameter

@SShiravy SShiravy changed the title unnecessary print unnecessary print and undefined parameter Apr 6, 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

No branches or pull requests

1 participant