Hello All,
I am facing this issue when I am using Neural Network Tool,
PredLoess Error:
Neural Network (4) 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)), :
Please Note that:
1- I have made sure that I did not select the target twice as a predictor and Target, I only selected it as a target.
2- I have tried to increase the number of nodes in the hidden layer.