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-2024.png

Available on demand!

Missed SAS Innovate Las Vegas? Watch all the action for free! View the keynotes, general sessions and 22 breakouts on demand.

 

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