Created
April 17, 2015 20:49
-
-
Save juliensimon/6e54fad4093ca00fbc76 to your computer and use it in GitHub Desktop.
aws ml ec2
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
[ec2-user@ip-172-30-1-10 ~]$ java -jar mlsample.jar | |
Model name: ML model: Data3.txt | |
Model id: ml-noV4tkTZgnO | |
Model status: COMPLETED | |
Endpoint URL: https://realtime.machinelearning.us-east-1.amazonaws.com | |
Endpoint status: READY | |
Sending prediction request for: {minutes=26, items=5, age=44, month=4, state=Texas, gender=M, lastname=Simon, hour=10, day=106, firstname=Julien} | |
80 ms | |
Predicted value:752.1902 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment