Troubleshooting an adaptive model with only one active predictor
Beginning with Pega Platform version 8.4, Prediction Studio sends a notification when an adaptive model instance has access to only one active predictor.
The notification contains the following text: Adaptive Model modelName Model only has 1 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.
Solution
- 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, 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, reset the model.
- In the header of Dev Studio, click .
- 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.
Verify the number of registered responses
Verify predictor performance
Reset the model
Previous topic Troubleshooting an adaptive model with no active predictors Next topic Values of the parameterized predictors are not set