Skip to content

unnecessary print and undefined parameter #5

@SShiravy

Description

@SShiravy

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions