Client
Arize class to begin logging predictions and actuals from a Pandas.DataFrame.
Import and initialize Arize Client from arize.pandas.logger
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"
Code Example
Last updated
Was this helpful?