Variable Importance in AutoML Experiment

Chris Busch 1 Reputation point
2021-05-12T18:50:44.243+00:00

We have create a classification experiment using AutoML. We can not find any output related to variable importance, propensity scores, or coefficients. Please tell us how to get this or find it?

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
3,334 questions
{count} votes

1 answer

Sort by: Most helpful
  1. YutongTie-MSFT 53,966 Reputation points Moderator
    2021-05-12T23:59:42.687+00:00

    Hello,

    Please check on the guidance: Use the interpretability package to explain ML models & predictions in Python (preview)

    https://learn.microsoft.com/en-us/azure/machine-learning/how-to-machine-learning-interpretability-aml#generate-feature-importance-values-via-remote-runs

    It contains guidance about Explain the entire model behavior (global explanation), Explain an individual prediction (local explanation) and also Generate feature importance values via remote runs/ local runs

    Hope this helps.

    Regards,
    Yutong

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.