Tomas
Tomas
Re: two test parametrizations for RandomizedLasso, one for scikit-learn < 0.19 and another for scikit-learn >= 0.19. It might be possible to reduce these to just one test by passing...
Hi @akuuzii. Can you show us the output of `pip freeze` when using your venv? Does `from eli5 import explain_prediction` work? For your reference `show_prediction` is implemented at https://github.com/TeamHG-Memex/eli5/blob/master/eli5/ipython.py#L306
Hi @JulianFerry , Thanks for the link. Certainly seems like a great technique for visualizing decisions with more precision. May I ask why did GradCam not work?
Interesting problem. Feel free to open a separate issue with the details if you wish to. Unfortunately as far as I know this GradCam implementation hasn't been tested on many...
It would be also cool to add batched explanations for text (https://github.com/TeamHG-Memex/eli5/pull/325). This would include: * Taking the `eli5.nn.text` module and making all functions/operations be able to take batched data....
Hi @leszekmp, I can run the entire notebook if I try it with ``` import tensorflow as tf tf.compat.v1.disable_eager_execution() ``` What is your tensorflow version? I am using `tensorflow==2.2.0`
Could you share more code that you put into your notebook? I'm not sure what's the issue as the notebook works for me when eager execution is disabled. I think...
Hey. Any updates on the fix? I am following https://docs.github.com/en/developers/apps/setting-up-your-development-environment-to-create-a-github-app and in one of the steps I have to parse an installation event. Currently I'm using a workaround by decoding...