question

yjay-4307 avatar image
0 Votes"
yjay-4307 asked yjay-4307 commented

Python script before ML endpoint

Hello,

I'm wondering if there is somewhere in Azure that I can add a python script that will process my data before sending it to a Machine Learning Endpoint?(the model is already deployed)

Thanks so much!

azure-machine-learning
· 3
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Hello,

May I know how you developed your model and where you deployed it? Are you using Azure Machine Learning Designer or Azure Machine Learning Studio(classic)? They all have Python Script function which can help process your data.

Azure Machine Learning Designer
https://docs.microsoft.com/en-us/azure/machine-learning/how-to-designer-python

Azure Machine Learning Studio(classic):
https://docs.microsoft.com/en-us/azure/machine-learning/classic/execute-python-scripts

Regards,
Yutong

0 Votes 0 ·

Hi @YutongTie-MSFT ,

Thanks for your reply.

I'm using the new Machine Learning Studio and have developed and deployed via automated ML.

0 Votes 0 ·

Also wondering if notebooks could maybe be an option?
116027-screenshot-from-2021-07-19-23-12-38.jpg


0 Votes 0 ·

0 Answers