Module imodels.tree.optimal_classification_tree
Still in progress - should optimize globally over all possible splits rather than use greedy 1-by-1 splits
Expand source code
'''Still in progress - should optimize globally over all possible splits rather than use greedy 1-by-1 splits
'''
__all__ = []
Sub-modules
imodels.tree.optimal_classification_tree.exampleimodels.tree.optimal_classification_tree.localsearchimodels.tree.optimal_classification_tree.optreeimodels.tree.optimal_classification_tree.tree