Troubleshooting an adaptive model with only one active predictor
Beginning with Pega Platform 8.4, Prediction Studio sends a notification when an adaptive model instance has access to only one active predictor. An adaptive model with only one active predictor might not provide accurate predictions. Improve model performance by identifying and addressing the root cause of the issue. The possible root causes include the low predictive performance of the model predictors, or the model continuing to collect a sufficient number of responses. The issue can also occur if you feed the historical data to the model instance in a certain order, for example, negative responses first, and then positive responses.
Notification text
Adaptive Model modelName Model only has 1 active predictor.
Recommended next steps
Identify and address the root cause of the issue by performing the following procedures:
Verify the number of registered responses
- In Prediction Studio, open the adaptive model by clicking the corresponding notification.
- On the Monitor tab, for the affected model instance, click Model report.
- Expand the Model details section, and then, in the Number of responses section, verify the number of responses that the model instance registered for each response type:
- If each response type has less than 100 responses, wait until the model receives more responses.
- If each response type has more than 100 responses, go to step 4 in Verify predictor performance.
Verify predictor performance
- In Prediction Studio, open the adaptive model by clicking the corresponding notification.
- On the Monitor tab, for the affected model instance, click Model report.
- On the Predictors tab, verify the predictive performance score of the model predictors:
- If all or most predictors have a predictive performance score below 52 Area Under the Curve (AUC), add predictors that potentially have a higher correlation with the outcome.
For more information, see Adding a predictor to an adaptive model.
If all or most predictors have a predictive performance score above 52 AUC, go to Reset the model.
- If all or most predictors have a predictive performance score below 52 Area Under the Curve (AUC), add predictors that potentially have a higher correlation with the outcome.
Reset the model
- In the header of Dev Studio, click Configure > Decisioning > Model Management.
- On the Model Management landing page, click Adaptive.
- Select the adaptive model for which you received the notification by selecting the corresponding check box.
- Click Clear.
Previous topic Troubleshooting an adaptive model with no active predictors Next topic Troubleshooting decision strategies by using interaction rules