简体   繁体   中英

Azure Synapse: Possible to create/deploy ONNX model to dedicated sql pool from Synapse Notebook?

The examples I see of installing trained ONNX models to Synapse dedicated sql pool (for use with the PREDICT functionality) all originate from Azure Machine Learning Studio. Eg https://docs.microsoft.com/en-us/azure/synapse-analytics/machine-learning/tutorial-sql-pool-model-scoring-wizard

Can this be done from a Synapse Notebook directly, never leaving the Synapse environment?

  1. Open Azure Synapse Studio workspace and go to Manage tab

在此处输入图像描述

  1. Click on SQL Pool under Analytics Pool and assign one unique name. In this case SQLPool01

在此处输入图像描述

Train a model in synapse studio which includes machine learning libraries and apache spark. All the operations will be performed in Synapse Notebook. Here the major requirement is to make ONNX supportive. We can deploy the ONNX model to a table in SQL database pool using Synapse studio Checkout the repository which leads to implement complete ONNX deployment using Synapse studio without coming out of that environment and using the notebook within the environment.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM