-
Notifications
You must be signed in to change notification settings - Fork 109
Closed
Description
Hi there,
I've written a predict_model class for my somewhat esoteric text model. I'd like to pass arguments to the underlying method using the lime function, but they don't seem to be passing down via ...
Looking at the underlying code, I'm not sure whether they're correctly being passed to the underlying method.
I'm building my explainer as:
explainer <- lime(test, model = model, country = "FR")
where I'd like "FR" to be passed to the underlying method. Although it's present in the explainer object, it doesn't seem to be passed to the method.
Any ideas, or am I fundamentally missing something?
Many thanks
Alan
Metadata
Metadata
Assignees
Labels
No labels