There is no "error" to be found in the log, but it aborts the run and tells me it encountered a run time error every other time I run it. My flow looks like Data -> Model Import. Do I need another node in between? I have used the Mapping Editor to label target and prediction. The data has 3 components: an ID variable, my binary target variable, and the prediction of the target being equal to 1. When Model Import does work, it exports the an ID variable, my binary target variable, and the prediction of the target being equal to 1, prediction of the target being equal to 0, and 3 empty columns labeled Residual: binary=1, Residual: binary=0, F_binary. Note that "binary" is the name of the target.
... View more