Search code examples
frameworksrapidminerazure-machine-learning-service

Use Azure ML methods like an API


Is that possible to use machine learning methods from Microsoft Azure Machine Learning as an API from my own code (without ML Studio) with possibility to calculate everything on their side?


Solution

  • You can publish an experiment (machine learning functions you hooked together in Azure ML Studio) as an API. When you call that API in your custom code you give it your data and all the computation runs in the cloud in Azure ML.