jakobhuss

Results 6 comments of jakobhuss
trafficstars

Thanks for you reply. I will check out the delay between responses. That could be a way of doing it. With multiple hosts I mean multiple hosts on the same...

Thanks again, I tried exactly what you suggest with `LBClient`. I will have to look at some throtteling, perhaps by creating new `PipelineClient`s, to ensure I'm not choking the servers...

> Pipelining is terrific... but support is hit and miss at best. > https://github.com/valyala/httpteleport worth a look. That is a very cool idea. However it won't work when you only...

Thx for responding. And I think the idea of a hack repo great, I just wanted to discuss the idea. I guess a tool could start using this trick when...

Thank you, i was thinking of injecting `sorted(set(my_elements))` somewhere. Which i still might try. I just wanted to know if i was missing something obvious.

I just encountered this error. I had a column `id` unique for each row using the TimeSeriesPredictor. It was fixed just dropping that column `train = train.drop("id", axis=1)`.