Skip to content

Instantly share code, notes, and snippets.

@juliensimon
Last active August 29, 2015 14:19
Show Gist options
  • Save juliensimon/1b76c384ea6bd187bb72 to your computer and use it in GitHub Desktop.
Save juliensimon/1b76c384ea6bd187bb72 to your computer and use it in GitHub Desktop.
✗ aws machinelearning predict
--ml-model-id ml-noV4tkTZgnO
--record
'{"lastname":"Simon", "firstname":"Julien",
"gender":"M", "state":"Texas","age":"44",
"month":"4", "day":"106", "hour":"10", "minutes":"26",
"items":"5" }'
--predict-endpoint https://realtime.machinelearning.us-east-1.amazonaws.com
{
"Prediction": {
"predictedValue": 752.190185546875,
"details": {
"PredictiveModelType": "REGRESSION",
"Algorithm": "SGD"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment