Parth Mandaliya
Parth Mandaliya
DESCRIPTION: Workflow Interface Tutorial for FedProx with Synthetic non-IID Dataset. SUMMARY: Validated the Tutorial for following scenarios: 1. Executed for 30 Total Collaborators, 10 Selected Collaborators, non-IID, and 200 Rounds...
I am using cuDF and cuML with GridSearchCV when I fit the GridSearchCV with cuDF DataFrame it throws an error and asks to convert cuDF DataFrame to numpy using `.to_cupy().get()`....
I can't get the requirements.txt to install some Python packages that require some version of Python, while others require another version of Python. I hit the roadblock while installing requirements...
I plotted the confusion matrix with your model with test loader.  Model is biased it always outputs 0 regardless of input.
**Describe the bug** Unexpected behavior observed when simulating the different straggler handling scenarios. **Scenario:** - Any one collaborator manually terminated during the execution of the experiment. - Parameters for CutoffTimeBasedStragglerHandling...
This PR to resolves issue #981 **Summary of changes** 1. StragglerHandlingFunction: Added an interface method start_policy 2. CutoffTimeBasedStragglerHandling: start_policy method implements a timer to wait for cutoff-time and then call...