I have a datasets with information like age, city, age of children, ... and a result (confirm, accept).
To help modelisation of "workflow", I want to create automatically a decision tree based on previous datasets.
I have take a look at http://en.wikipedia.org/wiki/Decision_tree_learning and I know that the problem is clearly not obvious.
I just want to have advice on some algorithm or some libs on this subject what can help me in the contruction of a decision tree based on samples.
Thank you.