Hello everyone! I've recently trained a model and I'm attempting to have it score a portion of data held in reserve. Unfortunately, I'm running into a persistent error. I'm not sure what the source of the error could be. I have added two select tools to hard-force the data types between both the training set and what I'd like to score to make sure they agree. I also ensured none of the numeric variables are floats - they are all either strings or integers.
Does anyone have any idea on how to better debug the issue? The error message I'm getting says the error occurs in the predict tool, but doesn't tell me which column it's attempting to compare and failing to do so. Any ideas?
