Vincent Mele

Results 6 comments of Vincent Mele

I am able to use Thundersvm in Colab just fine by building and installing with the following cell: ``` ! git clone https://github.com/Xtra-Computing/thundersvm.git ! cd thundersvm && mkdir build &&...

This doesn't work with TimeSeriesSplit. It does work with other sklearn.model_selection choices like KFold and StratifiedKFold as the resampling_strategy. Note the `AssertionError: (1123, 1347)` error received from line 300 of...

Further investigation: This appears to be because the KuCoin Feed object (exchanges/kucoin.py) only obtains the connection token once upon its creation in the "address_info" object. ```python def __init__(self, **kwargs): address_info...

EDDSA for Nebula mesh network using the Noise protocol, for both the CA and the clients. https://github.com/slackhq/nebula

This bug report does a great job of collecting all of the various challenges with using this operator with OpenShift and OKD. There's no reason that redis needs to run...

Postgresql 14 added the ability for lz4 compression for toastable columns like jsonb. On an existing table: `ALTER TABLE tbl ALTER COLUMN col1 SET COMPRESSION lz4;`, but note that it...