pyreal icon indicating copy to clipboard operation
pyreal copied to clipboard

Add model parameters as explainer parameter

Open zyteka opened this issue 3 years ago • 0 comments

Explainers should take in an optional list of model parameters that will be passed to the model.predict() function, allowing for functionality like suppressing model debugging calls. As part of this, additional Explainer.model_prediction functions should be added and used across all explanation functions, such as a function that called transform_from_algorithm_to_model and then runs the predict.

zyteka avatar Jul 29 '22 16:07 zyteka