Rajesh Kalakoti
Rajesh Kalakoti
@clgarciga @tomMoral Exactly the same problem I encountered. I moved back to multiprocessing package. it's solved.
> @navarretedaniel @taylorplumer Hello, could you please give an example for rfecv as well, I would like to plot multiple model rfecv curve.  https://www.scikit-yb.org/en/latest/api/model_selection/rfecv.html,
I mean, I would like to plot the mulitple classifier on the same graph as it's shown on the picture. could it be possible?  I plotted this graph with...
Hey, Any updates on this issue?
@danieljanes ,I encountered an error while attempting to obtain global modal weights in the AggregateCustomMetricStrategy class. After completing the first round, the flower simulation crashed after I attempted to obtain...
Hi @adam-narozniak, thank you for response. I tried to save the client models, but I am only able to save the most last round of communication. Each recent fit file...
Is this ```round_id``` of the client taken from the server round? Something like this? ```py def get_on_fit_config(client_configs): def fit_config_fn(server_round: int): return { "learning_rate": client_configs['learning_rate'], "optimizer": client_configs['optimizer'], "epochs": client_configs['epochs'], "round_id": server_round...