How to access model training residuals while using Azure Machine Learnin Automl for forecasting?

Nuno Rodrigues 20 Reputation points
2024-03-11T07:06:59.96+00:00

I need to access the residuals of the best model in training while I use AutoML. I can see the distribution in the metrics dashboard but I can't find a way to access the values within from the code.

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
3,332 questions
Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
1,408 questions
{count} votes

1 answer

Sort by: Most helpful
  1. romungi-MSFT 48,906 Reputation points Microsoft Employee Moderator
    2024-03-11T08:16:57.6233333+00:00

    @Nuno Rodrigues I believe you are referring to this chart from the Azure ML portal.

    Could you try the steps mentioned in this notebook? Step 5 and 6 to initiliaze an MLFlow client for downloading the best run along with its evaluation and artifacts? The notebook is also using a helper script metrics_helper.py to calculate metrics for time series forecasting.

    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.