IBM Cloud Pak® for Data Version 4.7 will reach end of support (EOS) on 31 July, 2025. For more information, see the Discontinuance of service announcement for IBM Cloud Pak for Data Version 4.X.
Upgrade to IBM Software Hub Version 5.1 before IBM Cloud Pak for Data Version 4.7 reaches end of support. For more information, see Upgrading IBM Software Hub in the IBM Software Hub Version 5.1 documentation.
Managing payload data for Watson OpenScale
You must provide payload data to configure explainability and fairness and drift evaluations in Watson OpenScale.
Payload data contains all of your model transactions. You can log payload data with Watson OpenScale to enable you to configure fairness and drift evaluations and explainability. To log payload data, Watson OpenScale must receive scoring requests.
Logging payload data
When you send a scoring request, Watson OpenScale processes your model transactions and perturbs data to enable model evaluations. Watson OpenScale scores the perturbed data and stores it as records in a payload logging table within the Watson OpenScale data mart. The data that is stored in the table must contain the same feature and prediction columns from your training data. The table can also include a prediction probability column and timestamp and ID columns to store your data as scoring records. You can view your payload logging table by accessing the database that you specified for the data mart or by using the Watson OpenScale Python SDK as shown in the following example:

Sending payload data
When you provide model details to prepare Watson OpenScale for model evaluations, you must send a scoring request to log payload data so that you can configure evaluations. If you are using IBM Watson Machine Learning as your machine learning provider, Watson OpenScale automatically logs payload data when your model is scored. If you are using an external machine learning provider, you must manually log payload data with a JSON file or a payload logging endpoint to configure evaluations and explainability. For more information, see Payload logging.
After you configure evaluations, you can also use a payload logging endpoint to send scoring requests to run on-demand evaluations. For more information see, Sending model transactions. For production models, you can also upload payload data with a CSV file to send scoring requests.
Learn more
Payload logging in Watson OpenScale
Parent topic: Managing data for model evaluations in Watson OpenScale