I have a model in AzureML that scores incoming values from a CSV.
The flow is ...->(Score Model using one-class SVM)->(Normalize Data)->(Convert to CSV)->(Convert to Dataset)->(Web Service Output)
When the experiment is run I can download the CSV from the (Convert to CSV) module output and it will contain Scored Probabilities column.
But when I'm using a streaming job I don't know how to access the Scored Probabilities column using Query SQL. How do I do it?