ML Model data output

Marcus Gonzalez 1 Reputation point
2021-03-11T18:41:49.277+00:00

Hi,

I was running several time series model using Azure automated machine learning, I didn't write any code. After the running was completed, there are some datasets stored in Azure Blob Storage. But I don't know if these files include the prediction results or not because I can't find a right software to open it . I don't need to deploy the model. I just need a plain spreadsheet which contains the result. Why it is so hard? The attachment is the screenshot of the fiels stored in Blob of the model I ran? What do those files mean?
And I just check the running outcome, it shows there is no output dataset. I was so confused! Do I need to change something when I set the model running?
![76837-image.png]1

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,579 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,449 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. romungi-MSFT 42,311 Reputation points Microsoft Employee
    2021-03-12T08:00:46.453+00:00

    @Marcus Gonzalez I think you might be interested to check your models explainability which tells more about the results of your run and performance of your model. Since you are not planning to deploy your model as a service running explain for all the models will help you choose the best model that can be later used for deployment. The steps to run explain are mentioned in this document.

    The files you might be referring to are files that might have been used for processing your data based on the input settings or configuration of your automl run. The files might be different between child runs as these child runs are basically run against an algorithm and different algorithms produce different set of files. Usually, the end user need not refer these files as automl gets the best model for you from all the child runs which is deployed as a web service on ACI or AKS.