In a Miner project (EMiner 14.1), I've divided the input dataset in 4 bins and trained 4 different models. Now I'm trying to join them via an Ensemble node and to assess the performance, but when I do it the node takes only the test dataset of the first bin. I've also tried to append all the test datasets with an Append node and connect it to the Ensemble, but I cannot manage to use this "entire" test dataset. Can you help me?
... View more