avolution

Results 18 comments of avolution
trafficstars

For Bitfinex you can realize that with if(pair['info']['expiration'] != 'NA') -> kick pair out of the universe When you rebalance in short intervals. But when I remember right, binance does...

I agree I discovered similar problems in livemode Also related to -> https://github.com/enigmampc/catalyst/issues/424

``` import numpy as np from neat.math_util import softmax ... net_output = net.activate(input_vector) softmax_result = softmax(net_output) class_output = np.argmax(((softmax_result / np.max(softmax_result)) == 1).astype(int)) ```

"Does kubectl work? Can you create/update/delete resources that way?" Yes, this is working

Here is the output of helm --debug with more details Error: list: failed to list: stream error when reading response body, may be caused by closed connection. Please retry. Original...

The network traffic on that process is on around 30Kb per second until it fails

@technosophos how did you fixed that? Yea I also think that is a Problem on the Kubernetes Server Setup. I use Google Kubernetes Engine so I dont have that deep...