logistic_regression.server module¶
Server module for logistic regression
- class logistic_regression.server.Server(pool, max_iter=25)[source]¶
Bases:
object
The Server class. Responsible for aggregating results of the clients.
- __init__(pool, max_iter=25)[source]¶
Initializes the server.
- Parameters:
pool (
Pool
) – The communication pool.max_iter (
int
) – The max number of epochs
- async compute_standard_error()[source]¶
Compute the standard error for the clients.
- Return type:
None