annaoomph
annaoomph

Reputation: 572

Embedded Azure MLmodel

Suppose I have a trained model in Azure ML and I deployed it as a Web Service. Is it possible to export the model, embed it in an Android app and use it locally, without making any requests to Azure Web service?

Upvotes: 0

Views: 124

Answers (1)

Jon
Jon

Reputation: 2784

From this answer you won't be able to save the model locally if you do everything within Azure ML Studio.

If you create the model using Python or R and execute it within Azure ML Studio, then you can save it from the library that you use.

Upvotes: 1

Related Questions