Client
Arize class to begin logging predictions and actuals from a Pandas.DataFrame.
Import and initialize Arize Client from arize.pandas.logger
Code Example
Last updated
Arize class to begin logging predictions and actuals from a Pandas.DataFrame.
Import and initialize Arize Client from arize.pandas.logger
Last updated
Copyright © 2023 Arize AI, Inc
Argument | Data Type | Description |
---|---|---|
api_key
str
(Required) Arize-provided api key associated with your service/space. Click "Show API Key" in the "Upload Data" page in the Arize UI to copy the key.
space_id
str
(Required) Arize-provided identifier for relating records to spaces. Click "Show API Key" in the "Upload Data" page in the Arize UI to copy the key.
uri
str
(Optional) URI endpoint required for on-prem customers. Defaults to "https://api.arize.com/v1"