Model Explainer
Creating a ModelExplainer object will allow you to generate Explanations.
expai.ExpaiProject.get_model_explainer
expai.ExpaiProject.get_model_explainer
This method returns a ExpaiModelExplainer that enables easy explanation generation that is documented in Generate Explanations.
expai.ExpaiProject.get_model_explainer(self, model_name: str = None, model_id: str = None)
Attribute | Description | Required |
model_name | Exact name of the model to be explained. | Yes, if |
model_id | Unique identifier of the model to be explained. | Yes, if |
Last updated