Working with the Python SDK for Amazon Machine Learning

The list of available methods can be found at http://boto3.readthedocs.io/en/latest/reference/services/machinelearning.html and closely follows the list of available commands for the AWS CLI for the Machine Learning service organized around the main objects: datasource, model, evaluation, batch prediction, and real-time endpoints. For each object, the methods are: create, update, describe, get, and delete.

We will now implement the standard Amazon ML workflow. But first, let's define a naming method for the objects we will create. An important part of the workflow revolves around naming convention for object names and IDs. When working with the CLI, we created the names and IDs on the ...

Get Effective Amazon Machine Learning now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.