Skip to content

Sumatra Client

The Client is a Python SDK for connecting to Sumatra for exploratory data analysis and to train custom PMML models.

Note

The Client is separate from the Python SDK used for integration with the Event API.

To install from PyPI:

pip install sumatra-client

To use:

from sumatra import Client
sumatra = Client()

For the latest updates, check out the release notes.