Import, call and development of other predictive models into Azure

Ming Jun Lim 1 Reputation point
2022-11-04T08:48:50.223+00:00

Can Microsoft Azure supports importing, calling and development of custom predictive models through R, SAS code, C, C++, Java, Predictive Model Markup Language (PMML), Open Neural Network Exchange (ONNX) or REST APIs?

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
3,336 questions
{count} votes

1 answer

Sort by: Most helpful
  1. romungi-MSFT 48,906 Reputation points Microsoft Employee Moderator
    2022-11-08T09:04:02.123+00:00

    @Ming Jun Lim You should be able to register a model with supported formats with Azure ML workspace. Please see this section from documentation.

    258188-image.png

    You would need to create an Azure ML workspace from azure portal and then use ml.azure.com to register your model from the above screen.

    Once the model is registered, you can deploy it and call it using REST API or the SDK.

    If an answer is helpful, please click on 130616-image.png or upvote 130671-image.png which might help other community members reading this thread.

    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.