Back
You can try the below code to get an explanation:
from azureml.train.automl.runtime.automl_explain_utilities import automl_setup_model_explanationsautoml_explainer_setup_obj = automl_setup_model_explanations(fitted_model, X=X_train, X_test=X_test, y=y_train, task='classification')
from azureml.train.automl.runtime.automl_explain_utilities import automl_setup_model_explanations
automl_explainer_setup_obj = automl_setup_model_explanations(fitted_model, X=X_train,
X_test=X_test, y=y_train,
task='classification')
After that, you will get the snapshot.
I hope this will help.
Want to become an Azure expert? join Azure master program now!!
31k questions
32.8k answers
501 comments
693 users