Module imodels.optimal_classification_tree
(in progress) optimal classification tree (based on this implementation) - learns succinct trees using global optimization rather than greedy heuristics
Expand source code
'''(in progress) [optimal classification tree](https://link.springer.com/article/10.1007/s10994-017-5633-9) (based on [this implementation](https://github.com/pan5431333/pyoptree)) - learns succinct trees using global optimization rather than greedy heuristics
'''
Sub-modules
imodels.optimal_classification_tree.pyoptree