Skip to content

Instantly share code, notes, and snippets.

@alexcasalboni
Created May 3, 2015 22:50
Show Gist options
  • Save alexcasalboni/d688ccc4d542117a30d9 to your computer and use it in GitHub Desktop.
Save alexcasalboni/d688ccc4d542117a30d9 to your computer and use it in GitHub Desktop.
Azure ML prediction response
{
"Results": {
"result": {
"type": "table",
"value": {
"ColumnNames": [
"Col1",
...,
...,
"Scored Probabilities for Class \"1\"",
"Scored Probabilities for Class \"2\"",
"Scored Probabilities for Class \"3\"",
"Scored Probabilities for Class \"4\"",
"Scored Probabilities for Class \"5\"",
"Scored Probabilities for Class \"6\"",
"Scored Labels"
],
"ColumnTypes": [
...
],
"Values": [
[
"0",
...,
...,
"0.00638132821768522",
"0.970375716686249",
"0.0132338870316744",
"0.000609736598562449",
"0.00881590507924557",
"0.000583554618060589",
"2"
]
]
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment