Tomas
Tomas
Came across the same issue wondering why a helm chart was being installed in the spinnaker namespace, even though a different namespace was being specified in the Bake (Manifest) stage....
Hi @barloccia, ELI5 can highlight what's important in an image for Keras CNN's, https://eli5.readthedocs.io/en/latest/tutorials/keras-image-classifiers.html. Support for LSTM's and other libraries is still work in progress and not merged https://github.com/TeamHG-Memex/eli5/pull/325, https://github.com/TeamHG-Memex/eli5/pull/327....
Hi @skocbek, To add support for a new sklearn class you need to register the type of the class with singledispatch. For example see: https://github.com/TeamHG-Memex/eli5/blob/017c738f8dcf3e31346de49a390835ffafad3f1b/eli5/sklearn/explain_weights.py#L181 You might need to write...
Hey @dmirecki. If you're using keras can you pass a sublist of `model.layers`, passing only the image layers for explanation?
> hello community !! > This is Vyom Goel. I am very new to open source but would love to work on this issue. Can anyone guide me in the...
HI @abedkhooli, Could you post the result of `eli5.explain_prediction(model, x)`? This should show if it's a problem with the explanation or with the color highlight. You can also try changing...
> I think it would be great to clarify that we are removing padding prior to passing the input to the model, so most likely it's the model which gives...
@lopuhin Do you think there is anything major left to do in this PR? (besides making the CI pass)
> Is this ever going to be merged? I'm super interested in seeing this get added to ELI5 ASAP!!! Hey @Hellisotherpeople . Sorry for the late reply. If you are...
It appears that a better error message was added from Python 3.6 onward: https://bugs.python.org/issue33967 @lopuhin