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!
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!
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
Hi @YutongTie-MSFT ,
Thanks for your reply.
I'm using the new Machine Learning Studio and have developed and deployed via automated ML.
Also wondering if notebooks could maybe be an option?
9 people are following this question.