We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
in client_agent_serverless.py
there are two unnecessary print in final_statistics function
in initializer_serverless.py (line 68)
the function data_formatting.partition_data(...) does not have pyspark parameter
The text was updated successfully, but these errors were encountered: