Back

Explore Courses Blog Tutorials Interview Questions
0 votes
3 views
in Azure by (5.8k points)
edited by
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?

1 Answer

0 votes
by (9.6k points)

Try using amlresult.[Scored Probabilities]. You can then access the response. 

Browse Categories

...