0
votes

Is there a way to dynamically train a model through a web application in AZURE? It does not seem they have any sort of API to do this. I know I can train a model then create a web service through AZURE. I can then call this model and either re train it or make predictions. But i want to train a model through a C# .NET application.

I am trying to create a web application that allows users to up load data then have them be able to create a model to make predictions. I wanted to use AZURE on the back end for the statistical analysis rather then creating a class and web service in Python.

I basically do not want to use the AZURE studio or command line but i would like to train it through an API or another service (that im hoping they offer!)

1

1 Answers