Hello,
If I take it correctly, PMI Decision Tree Classifier will produce J48 decision tree model. Right?
All what I see as a result from this step is:
Model
Then I have to use this model in some other step to produce prediction?Code:J48 unpruned tree
------------------
categories <= 2: yes (2.0)
categories > 2
| turnover = down: yes (3.0/1.0)
| turnover = up: no (2.0)
Number of Leaves : 3
Size of the tree : 5
If so, which one?
Regards