BookmarkSubscribeRSS Feed
kisumsam
Quartz | Level 8

Hello, I'm given the task to build decision tree using SAS 9.1 (yes, very old, I know).

 

There is no Proc DTREE in SAS 9.1 and I was told to try doing it with just base SAS (data step and proc step). I tried looking up some documentations on online but I can't seem to find any. Does anyone have any resources that can guide me on how to build the decision tree model using just SAS base (no Proc Dtree)?

 

Thanks!

1 REPLY 1
DougWielenga
SAS Employee

SAS/STAT 14.1 which runs on SAS 9.4 introduced the HPSPLIT procedure which builds tree-based statistical models for classification and regression, so you might want to check into getting a machine that can run SAS 9.4.

 

There is no procedure for building decision trees in SAS 9.1 other SAS Enterprise Miner.  The TREE procedure that is available in SAS/STAT produces a tree diagram, also known as a dendrogram or phenogram, from a data set created by the CLUSTER or VARCLUS procedure that contains the results of hierarchical clustering as a tree structure, but this is a visualization tool rather than a tree-based statistical model.

 

Hope this helps!

Doug  

 

 

 

 

 

 

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