Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for time series recurrent neuronal networks #62

Closed
Tazinho opened this issue Dec 18, 2017 · 2 comments
Closed

Support for time series recurrent neuronal networks #62

Tazinho opened this issue Dec 18, 2017 · 2 comments

Comments

@Tazinho
Copy link

Tazinho commented Dec 18, 2017

Hi @thomasp85 thanks for this super nice package!
I hope it is appropriate to ask a quick question here.?

Does your implementation already support explainers for time series recurrent neuronal networks?
I am a bit new to keras and lime in R. But this usecase would make it quite attractive to dive a bit deeper into this.

@expectopatronum
Copy link

Hi @Tazinho! The M in lime stands for 'model_agnostic', so theoretically all models are supported. What you problaby have to do is to implement methods predict_model.your_model_name and model_type.your_model_name to make it work. Check out how it's done in models.R.
If you need support for image, this is currently work in progress.

@pommedeterresautee
Copy link
Contributor

Right now Lime is good at classification task. You will also need to formulate the prediction in a way which match the Lime spirit. As said by @expectopatronum it s model agnostic.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants