Skip to content

Instantly share code, notes, and snippets.

@juliensimon
Last active August 29, 2015 14:19
Show Gist options
  • Save juliensimon/932740ca93c55a175a60 to your computer and use it in GitHub Desktop.
Save juliensimon/932740ca93c55a175a60 to your computer and use it in GitHub Desktop.
aws cli ml eval
✗ aws machinelearning describe-evaluations
{
"Results": [
{
"EvaluationDataSourceId": "9f8bc29a-54d6-49a5-897c-089fbe7abf01",
"Status": "COMPLETED",
"Name": "Evaluation: ML model: Data3.txt",
"InputDataLocationS3": "s3://jsimon-logs-us/data3.txt",
"EvaluationId": "ev-ZYV6BJeN4rQ",
"CreatedByIamUser": "MY_ARN",
"MLModelId": "ml-noV4tkTZgnO",
"LastUpdatedAt": 1429171423.973,
"PerformanceMetrics": {
"Properties": {
"RegressionRMSE": "357.07353237287543"
}
},
"CreatedAt": 1429170603.766
}
]
}
✗ aws machinelearning get-evaluation --evaluation-id ev-ZYV6BJeN4rQ
{
"EvaluationDataSourceId": "9f8bc29a-54d6-49a5-897c-089fbe7abf01",
"Status": "COMPLETED",
"Name": "Evaluation: ML model: Data3.txt",
"InputDataLocationS3": "s3://jsimon-logs-us/data3.txt",
"EvaluationId": "ev-ZYV6BJeN4rQ",
"CreatedByIamUser": "MY_ARN",
"MLModelId": "ml-noV4tkTZgnO",
"LastUpdatedAt": 1429171423.973,
"LogUri": "https://eml-prod-emr.s3.amazonaws.com/631572398268-ev-ev-ZYV6BJeN4rQ/userlog/631572398268-ev-ev-ZYV6BJeN4rQ?AWSAccessKeyId=MY_ACCESS_KEY&Expires=1429776404&Signature=GTiEfLpGOBs8I8oZPG%2FVBpf3BYM%3D",
"PerformanceMetrics": {
"Properties": {
"RegressionRMSE": "357.07353237287543"
}
},
"CreatedAt": 1429170603.766
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment