pyreal
pyreal copied to clipboard
Add model parameters as explainer parameter
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.