Pandas Batch Logging
Batch Logging - Designed for sending batches of data to Arize
Last updated
Was this helpful?
Batch Logging - Designed for sending batches of data to Arize
Last updated
Was this helpful?
Use the arize
Python library to monitor machine learning predictions with a few lines of code in a Jupyter Notebook or a Python server that batch processes backend data
The most commonly used functions/objects are:
— Initialize to begin logging model data to Arize
— Organize and map column names containing model data within your Pandas dataframe.
— Log inferences within a dataframe to Arize via a POST request.
For examples and interactive notebooks, see
Follow this example in Google Colab:
The ability to ingest data with low latency is important to many customers. Below is a benchmarking colab that demonstrates the efficiency with which Arize uploads data from a Python environment.
Sending 10 Million Inferences to Arize in 90 Seconds