Alex Voronov

Results 4 issues of Alex Voronov

It looks like in Chapter 15, section "Secure Aggregation", there is a `deepcopy` made of the model both in receiving function `train_and_encrypt` and by the caller: ```python def train_and_encrypt(model, input,...

### Request It would be nice to have [Ketcher](https://github.com/epam/ketcher) component in Panel, with bidirectional communication of SMILES strings (Python -> Editor and Editor -> Python), as well as editor's Selection...

enhancement

Hi, Very nice library, works well if installed with `easy_install`. But it was not straightforward to install with `pip`. I got the following error: ``` $ pip install pcappy Downloading/unpacking...

In solver_miqp_admm.m there is a call to function `norms`: https://github.com/cvxgrp/miqp_admm/blob/5d9d5c8434c0bc7d4dcf3f6d2c949f4833f7f260/matlab/solver_miqp_admm.m#L83 I first thought it is a typo, but when I change it to `norm`, the code fails to compute an...