Roman Pearah

Results 54 comments of Roman Pearah

Dang this is a huge issue for SHAP's lightGBM support, since modeling categorical features is a huge part of lightGBM's offerings. Hopefully someone can fix this.

I have this problem without Docker. All I did was clone this repo (a few minute ago), did a `runAll` and watched everything compile. At that point things were fine....

I did a clean, compile then runAll, and everything worked fine, even after stopping and doing a second runAll. Still probably worth nothing if this is something that tends to...

Yeah, my dri is `docker images -qf dangling=true | xargs docker rmi;`

Wouldn't Sinon make this possible? ``` javascript it("requires `foo`", function () { var moduleSpy = sinon.spy(); mockery.registerMock('foo', moduleSpy); // do whatever should cause `require('foo')` assert(moduleSpy.called); }); ```

It's also worth pointing out that 1.7 hits EOL on January 16 and Elastic Cloud is pulling the plug on 1.x installations on July 17 through forced upgrades for customer...

@michaelklishin So is the README incorrect when it says "Elastisch master provides Elasticsearch 2.x compatibility but not every Elasticsearch 2.3+ feature"? I guess what I'm saying is that currently, 2.x...

@ptaoussanis What's still blocking this? It's a bummer that the main Redis client for Clojure only works with standalone instances. Let me know how I might help out.