You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be great to have an option to pass arguments to explainers.
For example, I would like to generate modelDown with my own loss function for a variable_importance() function.
An analogy for doing something like this, but with modelDown:
How about adding parameter params that takes a list with names corresponding to explainer's parameters? For the example above it would be something like this:
It would be great to have an option to pass arguments to explainers.
For example, I would like to generate modelDown with my own loss function for a
variable_importance()
function.An analogy for doing something like this, but with
modelDown
:How about adding parameter
params
that takes a list with names corresponding to explainer's parameters? For the example above it would be something like this:The text was updated successfully, but these errors were encountered: