2

I came across this article on how to create a Custom R Model and use it in Azure ML studio

https://docs.microsoft.com/en-us/azure/machine-learning/studio-module-reference/create-r-model

Can we create a Python model instead ? While I have seen articles of python scripts for evaluation or data processing , I haven't not found enough documents on creating / using custom model built using Python ?

All I have to do is , expose my custom model as web / rest service

Maddy
  • 93
  • 1
  • 7

1 Answers1

2

https://docs.microsoft.com/en-us/azure/machine-learning/studio-module-reference/python-language-modules This article describes the modules provided in Azure Machine Learning Studio that support running custom Python code in a machine learning experiment.

muffin
  • 135
  • 1
  • 10