Last active
August 29, 2015 14:19
-
-
Save juliensimon/1b76c384ea6bd187bb72 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
✗ 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