BookmarkSubscribeRSS Feed
rachelchen
Calcite | Level 5

Hi, I need to build an interactive decision tree and I prefer to write my own code instead of using EM. anybody know whether it's realistic? right now I know there's proc hpsplit or proc aboretum could be used. but can I change the split rule and apply different split rule in different node just as what I did in EM?

1 REPLY 1
ankit___gupta
Quartz | Level 8

Yes, it is possible.

 

To execute the same on Enterprise Guide level. My team was able to do so. The frist thing that you need to check is that if all the PROC PROCEDURES are present in the EG or not. Usually in SAS EM the Procedures which are available inside EM is not made available in EG. So make sure you have it. To test the theory, you can export the score card when the decesion tree is in automatic mode. Make the required changes to the code and run the code in EG.

Hope it works.

 

 

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 16. 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
  • 857 views
  • 0 likes
  • 2 in conversation