Solved – Interactive decision trees

cartsasweka

I was wondering if there is a free tool to build a decision tree in interactive fashion like in SAS Enterprise Mining. I'm used to work with Weka. But nothing fits to my needs. I would like that before splitting every node, the program asks to user which attribute (maybe from a list of the "best" attributes) to choose. I saw that in SAS it is implemented. Should I write some code to get what I want?

Thanks

Best Answer

Try Orange Canvas, it will give you option to build interactive decision tree.

Related Question