This question relates to the SAS Enterprise Miner product specifically.
I have an Enterprise Miner diagram that seems to work perfectly on training data, I run both an Impute and a Neural Network to get back a perfectly reasonable model. When I inspect the output I can see the individual predictions on the model. I also have data to score, created using the same queries but where the target variable was null. I attempted to generation a prediction using a score node, but for some reason each and every EM_PREDICTION from Score is Identical, even when I open the dataset and visually check that the input variables are different.
I'm at a loss as to what is causing this or how to debug it, has anyone seen this before?