Hi there,
I am trying to develop an ensemble method between Random forest and simple deep neural network in R where features selected in RF would be the input for DNN in same sequence as they have been selected in RF. I am stuck at the point where I'm unable to make input for DNN via RF. I someone here can help me out with the issue.