Export trained model in Azure automated ML (Interface)

Ratan Kumar Prajapati 1 Reputation point
2021-04-08T12:36:45.287+00:00

Hi,
We are able to export the trained model by automl module in Azure ML jupyter notebook. We have set enable_onnx_compatible_models=True in AutoMLConfig. As shown in image below it create model.onnx and model.pkl file both for each algorithm and iteration it used.
85755-with-onnx.png

Now we are trying to export the model in automated ML (interface). We can see in image below it only create the model.pkl file not model.onnx file.
85745-without-onnx.png

Is there any configuration change is required to export the trained model in automated ML (Interface), like enable_onnx_compatible_models in Azure ML notebook.

Best Regards,
Ratan Kumar

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

1 answer

Sort by: Most helpful
  1. Vijai Kannan 1 Reputation point
    2021-04-27T17:41:56.103+00:00

    Thanks for reaching to us.

    UI doesn't support ONNX yet.

    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.