I want to use Azure ML trained model on my computer. How do I do in off-line (without web) mode?

사람꽃 5 Reputation points
2023-04-21T02:08:05.7+00:00

I want to use Azure ML trained model on my computer. How do I do in off-line (without web) mode? 

After training something with Azure ML(or Automated ML), 
  then what I should save at my local computer? 

I want to get the output result by giving a new dataset input to the saved model(Azure model data).

I will use C#.
(Of course, there is a machine learning function in C#, and I have used it.)


Is it possible?
What kind of process should I go through?

I'm a beginner and simple understanding of Azure ML. 
I would appreciate it if you could explain it easily and step by step.
Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
3,336 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Ramr-msft 17,826 Reputation points
    2023-04-24T13:03:04.83+00:00

    @사람꽃 Yes, it is possible to use an Azure ML trained model on your computer in offline mode. You can mention the compute type local as mentioned in the document. Here are the Azure ML Samples that are helpful to start.

    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.