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:
Client — Initialize to begin logging model data to Arize
Schema — Organize and map column names containing model data within your Pandas dataframe.
log — Log inferences within a dataframe to Arize via a POST request.