Resolved! Shap Values for predictions from registered model
I have saved a model in the model registry using MLFlow. How can I find the shap values for this model once I have generated predictions in batch mode? Shap tree explainer does not support the mlflow pyfunc model type. When I use mlflow.shap.log_exp...
- 9628 Views
- 3 replies
- 1 kudos
Latest Reply
Hi, Could you please check if this section helps in the below documentation:https://www.databricks.com/blog/2019/06/17/detecting-bias-with-shap.html
- 1 kudos