I have created an Azure ML webservice as an example and face an unknown error when it comes to deploy a web service. The error comes without an explanation, so it's hard to trace.
When running the experiment within the studio, the experiment was running without any issue. However, when deploy to webservice, the test function has failed with the same input as in the studio.
I have also published a sample of the service to see if anyone can see what the issue is.
https://gallery.cortanaintelligence.com/Experiment/mywebservice-1
Some info about the service:
The service takes input as a string represented for a sparse feature vector of svmlight format. It will return the predicted class for the input feature vector. The error fails when running the test function from the deployed service while the experiment within the studio is running without any issue.
Hope anyone has an idea how it went wrong.