Hi,
I am creating a decision tree in SAS Enterprise Miner 14.2 in Won environment.
I am using decision tree node, and I have defined the depth of the tree, the number of rows in leaf and other atributtes.... I would like to know if I can select the type of algortthm , that is: ID3, C4.5......is that possible?, which algoritm are avalilables?
Thanks in advance
You can mix-and-match individual features from different algorithms. For example, you can use the CHAID method of creating a split and the CART method of retrospective pruning. There is no 'CART' or 'C4.5' parameter to give a specific set of features. I do not know where the documentation of parameters can be found. Technical support does.
You can mix-and-match individual features from different algorithms. For example, you can use the CHAID method of creating a split and the CART method of retrospective pruning. There is no 'CART' or 'C4.5' parameter to give a specific set of features. I do not know where the documentation of parameters can be found. Technical support does.
Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!
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.