Hi,
I just want to ask what is the correct way of using the Ensemble Node. I have three models Decision Tree, Neural Net, Logistic Regression. All of the outputs of these models are connected to the Ensemble Node. The Ensemble Node is connected to the Model Comparison Node. I believe this is the usual way of using the Ensemble Node, but then I have seen some configuration that connects the 3 models to the ensemble node, at the same time, each of these models output is connected to the model comparison node together with the output of the ensemble node. Essentially, whats happening is there are 4 inputs (output of decision tree, neural net, logistic reg, ensemble) to the model comparison node. Question is, which is the correct way of doing this?