ERROR | input class is invalid for the specified predictive model |
CAUSE | The specified model is either not a classification model, or does not have the input class label as one of its target values. |
ACTION | Provide the correct target value (class label) or provide the appropriate classification model with the target attribute that has the specified class label as one of its values. |