Marco Tulio Correia Ribeiro
Marco Tulio Correia Ribeiro
I'm guessing you don't have a /tmp/ directory? Are you running this on windows? You can change the `outfile` path
Sorry, I don't understand the question
I thought about having a unique identifier when I first wrote this, and decided at that time that the test name was probably going to be unique enough. Could you...
Did you by any chance consider using [`TestSuite`](https://github.com/marcotcr/checklist#test-suites)? We group tests by capabilities there as well. I guess I didn't think about exporting tests to a database. Let me think...
MT: yes, it using AnchorText. POS: not with the code in this repository, I used a slightly different representation there where the prediction of other tokens was also included.
Can you share the lines where you instantiate the explainer? It looks as if X_test has a different shape than whatever you use to start the tabular explainer.
In the new [release](https://github.com/guidance-ai/guidance/discussions/429), we try to explain this [here](https://github.com/guidance-ai/guidance#vertex-ai). Hopefully it's more clear now, if not please reopen :)
See [this](https://github.com/marcotcr/lime/blob/master/lime/lime_tabular.py#L484) and [this](https://github.com/marcotcr/lime/blob/master/doc/notebooks/Lime%20with%20Recurrent%20Neural%20Networks.ipynb).
Ah, sorry, I had misunderstood. You are right, this is a bug - `categorical features` expects indexes, which get messed up when the input gets unrolled. The quick fix is...
Closing for now, feel free to reopen if needed.