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

 

SAS Innovate 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

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
  • 944 views
  • 0 likes
  • 2 in conversation