Soheil_Shiravy

Results 2 issues of Soheil_Shiravy

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(...)...

hi i got this error after calling any method: " raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='api.coinex.com', port=443): Max retries exceeded with url: /v1/balance/?access_id=FE24639298B04CAD9B59DCB47DC26BC6&tonce=1691054110690 (Caused by ConnectTimeoutError(, 'Connection to...