Hello! I’m trying to build a decision tree workflow, using the Partitioning > Equal Size Sampling > Decision Tree Learner > Decision Tree Predictor nodes. My data has no missing values going in, but after running all of the nodes, the Prediction column has 292 rows with “Missing Values (Error in decision tree prediction)”. The variable is a column with a 1 for yes, and a 0 for no.
Are the Missing Values actually a 0 result? And if so, how do I fix this?