Skip to main content

Overview

Use the initialized Arize client to call arize.logTrainingRecords() with collections of predicted and actual labels, its feature inputs, and corresponding prediction ids. Once records are sent to Arize’s platform, you’ll be able to visualize and analyze data holistically or within aggregated slices and use this data to compare against your production and validation results. arize.logTrainingRecords() returns a Response. You can await on the Response to complete to ensure successful delivery of records. When logging a prediction for the first time for a new model, we classify the model in the Arize platform based on the data type of the prediction. For more information on model schema discovery, visit here:

What Is A Model Schema

These are training “inferences”, the response of your model to training data or a sample of training data. It is not just the training data set. Inferences include the prediction output of the model and data inputs - they give the Arize platform the ability to compare the models response (evaluations) to data versus production.Different model versions will have different responses to the same training data and capturing inferences allows Arize to evaluate the response.

API

API arguments

Sample Code

Questions? Email us at support@arize.com or Slack us in the #arize-support channel