Hi,
I set up a classification process which ends in a Performance operator. The Performance Vector tab shows me a Confusion Matrix which compares predicted values to the true values. So far, so good, accuracy is > 90 %, everything okay.
There are
2 issues I don't understand:
- I set all true values to Null (because I want them to be predicted). Where does the Operator get the true values from ?
solved. There was a copy&Paste error. The Training data was used for model application instead of the eval data.- - Is there a possibility to compare the true value with the predicted value for every single data row ? ==> Solved this one (breakpoint after model applier shows predicted values)
???==> Pls delete this entry.Thanks for your help Werner