I am trying to run the attached workflow. If I run it with a small (100,000) number of input records it seems to run fine (with some trunc error messages which don't seem to affect anything). But increasing the number of input records (to 200,000) gets the following error:
Neural Network (10) Neural Network: Error in predLoess(object$y, object$x, newx = if (is.null(newdata)) object$x else if (is.data.frame(newdata)) as.matrix(model.frame(delete.response(terms(object)), :
which is then followed by other errors such as " Score (5) Score: The argument was not a call object." in the scoring tool and " Sort (15) The field "Score_1" is not contained in the record." in the sort tools. I have tried increasing the maximum number of weights (to 4000), but that doesn't seem to help. Any ideas? Thanks.
(I would paste the workflow here, but it doesn't want to paste.)