BookmarkSubscribeRSS Feed
FeliciMatteo
Calcite | Level 5

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?


project.PNG
1 REPLY 1
CanLdr
SAS Employee

If the 4 models are of the same type (e.g. stepwise regression) then one could put the regression node between a start and end group node and model by segment, then add Model Comparison node.

If the 4 models are of different types, e.g. a tree, a regression, etc. then after appending the data with the append node, use a model import node before the model comparison node.

No Ensemble node required here.

Best

Lorne

 

hackathon24-white-horiz.png

2025 SAS Hackathon: There is still time!

Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!

Register Now

How to choose a machine learning algorithm

Use this tutorial as a handy guide to weigh the pros and cons of these commonly used machine learning algorithms.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 1 reply
  • 1217 views
  • 0 likes
  • 2 in conversation