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
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
SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!
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.
Ready to level-up your skills? Choose your own adventure.