Initializing the SensiML Python SDK
The SensiML()
client is the entry point for connecting to SensiML APIs.
Connect to the SensiML Python SDK by loading the client through the
SensiML()
class
from sensiml import SensiML
client = SensiML()
Note
You can find more information on setting up your environment for the SensiML Python SDK in the Installation/Setup Documentation.