Applying Classification Models

Scoring, or applying, a classification model results in class assignments and the probability that the assignment is the correct one. For example, a model that classifies customers as low, medium, or high value would also predict the probability that the classification is correct.

Use an Apply Node to score a classification model, that is to apply the model to new data.