I was wondering if someone might know why my Confusion Matrix in the Scorer Node is not showing any False Positives or True Positives when I use Target Shuffling. I only saw the Confusion Matrix show up accurately once out of the blue when using the Target Shuffling Node.
I think of two possibilities you can look at.
Your have a very unbalanced data set regarding your target (99%=Y vs 1% N) or
there is a variable highly correlated with your target variable.
Yeah I would suspect the data set being unbalanced causing this. With target shuffling the data makes no sense anymore and the best the model can come up with is setting everything to the majority class.
I noticed that when I add TotalCharges (a value > 0 with a maximum of two decimal places), the model that does not use target shuffling will sometimes display the False Positives and True Positives and other times it will not.