Module imodels.greedy_rule_list

greedy rule list (based on this implementation) - uses CART to learn a list (only a single path), rather than a decision tree

Expand source code
'''greedy rule list (based on [this implementation](https://medium.com/@penggongting/implementing-decision-tree-from-scratch-in-python-c732e7c69aea)) - uses CART to learn a list (only a single path), rather than a decision tree
'''

Sub-modules

imodels.greedy_rule_list.GreedyRuleList