BookmarkSubscribeRSS Feed
Bond007
Obsidian | Level 7

I want to create a decision tree in SAS. I have found that I can use PROC SPLIT, but there are other procedures such as PROC HPSPLIT, PROC ARBOR etc. 

The document (link below) - page 8, says that PROC SPLIT procedure of  Enterprise Miner is not supported by SAS.

https://pdfs.semanticscholar.org/8cb2/a1d2f3eee6ca610224371e4a7f5a608ef43f.pdf

 

So I'm curious about whether I should use PROC SPLIT or some other procedure for decision tree.

 

Thanks in advance.

 

Regards,

Bond

3 REPLIES 3
Ksharp
Super User
Try PROC HPSPLIT ,
But I would recommend to use Random Forest via PROC HPFOREST .
Bond007
Obsidian | Level 7

I have researched about PROC SPLIT, PROC ARBOR and PROC HPSPLIT and my findings are as follows:

PROC ARBOR was introduced in SAS 9. It is mentioned in SAS documentation that it will eventually replace PROC SPLIT, as it is faster than PROC SPLIT on larger datasets.

PROC HPSPLIT was introduced in SAS 9.4

 

I'm trying to find differences between PROC ARBOR and PROC HPSPLIT. But I couldn't find anything concrete in SAS documentation.

Any help would be appreciated.

 

Thanks,

Bond

Ksharp
Super User
I never heard about PROC ARBOR .
The most new PROC I think is PROC HPSPLIT ,you can use it under SAS9.4 ,no need SAS/EM .

SAS Innovate 2025: Save the Date

 SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!

Save the date!

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

Find more tutorials on the SAS Users YouTube channel.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 3 replies
  • 1454 views
  • 0 likes
  • 2 in conversation