Azure Machine Learning
An Azure machine learning service for building and deploying models.
3,336 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
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.
@사람꽃 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.