Rajesh Kalakoti

Results 7 comments of 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. ![refecv](https://user-images.githubusercontent.com/26181811/139646359-a859646b-4deb-4e4f-b5f0-23cd6faec7dc.png) 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? ![MicrosoftTeams-image](https://user-images.githubusercontent.com/26181811/139851662-04b19d0c-7b8a-4506-8d0c-e96bd83085bc.png) I plotted this graph with...

@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...