I am using a MLR3 model, and want to apply the predictions of the model to LIME. I have read that a WrappedModel, as being produced by MLR3, should be compatible with LIME, as long as you generate separate data tables for when using the explain and lime function.
Hello,
I am using a MLR3 model, and want to apply the predictions of the model to LIME. I have read that a WrappedModel, as being produced by MLR3, should be compatible with LIME, as long as you generate separate data tables for when using the explain and lime function.
This is what I did:
After trying to run the explain function, I got the following error message:
Then, I used the as_regressor function on the 'Model', in order to convert it. But after doing so, and running the following code:
I got the following error:
Could you take a look in this and help me out?
Kind regards,
Darius