This component is useful to track model performance of a classification model.
The component needs as input the true label column, the prediction made by the model and the estimated probability of the reference class to occur.
Finally, the component controls for predictors' shape and a measure of distrubutional divergence is computed. An high value for a significant number of predictors could cause a model drift, potentially leading to a downgrade of the predictive power.
The following columns must be correctly idetified in the configuration dialog:
-Target varable
-Target prediction
-Probability column
-List of predictors used
- Type: TableTest set current modeOn this table, the reference model performance are computed (Should be the scored test from the traning workflow)
- Type: TableNew scored dataNew stream of data already labeled and scored by the model