.gitignore
_config.yml
citation.cff
license.md
readme.md
setup.py
.github/workflows/python-package.yml
docs/build_docs.sh
docs/contributing.md
docs/favicon.ico
docs/github.css
docs/index.html
docs/style_docs.py
docs/troubleshooting.md
docs/algebraic/index.html
docs/algebraic/slim.html
docs/conda/bld.bat
docs/conda/build.sh
docs/conda/make_meta.yaml
docs/conda/meta.yaml
docs/discretization/discretizer.html
docs/discretization/index.html
docs/discretization/mdlp.html
docs/discretization/simple.html
docs/experimental/index.html
docs/experimental/stablelinear.html
docs/experimental/stableskope.html
docs/experimental/util.html
docs/img/algebraic_models.jpg
docs/img/imodels_logo.svg
docs/img/model_table.png
docs/img/model_table_rules.png
docs/img/rule_candidates.jpg
docs/img/rule_list.jpg
docs/img/rule_overfit.jpg
docs/img/rule_pruned.jpg
docs/img/rule_set.jpg
docs/img/rule_tree.jpg
docs/paper/compile_paper.sh
docs/paper/paper.md
docs/paper/references.bib
docs/rule_list/corels_wrapper.html
docs/rule_list/greedy_rule_list.html
docs/rule_list/index.html
docs/rule_list/one_r.html
docs/rule_list/rule_list.html
docs/rule_list/bayesian_rule_list/bayesian_rule_list.html
docs/rule_list/bayesian_rule_list/brl_util.html
docs/rule_list/bayesian_rule_list/index.html
docs/rule_set/boosted_rules.html
docs/rule_set/brs.html
docs/rule_set/fplasso.html
docs/rule_set/fpskope.html
docs/rule_set/index.html
docs/rule_set/rule_fit.html
docs/rule_set/rule_set.html
docs/rule_set/skope_rules.html
docs/rule_set/slipper.html
docs/rule_set/slipper_util.html
docs/tree/cart_ccp.html
docs/tree/cart_wrapper.html
docs/tree/index.html
docs/tree/saps.html
docs/tree/shrinkage_model.html
docs/tree/shrunk_tree.html
docs/tree/c45_tree/c45_tree.html
docs/tree/c45_tree/c45_utils.html
docs/tree/c45_tree/index.html
docs/tree/gosdt/index.html
docs/tree/gosdt/pygosdt.html
docs/tree/gosdt/pygosdt_backup.html
docs/tree/gosdt/pygosdt_helper.html
docs/tree/gosdt/tree_classifier.html
docs/tree/iterative_random_forest/index.html
docs/tree/iterative_random_forest/iterative_random_forest.html
docs/tree/optimal_classification_tree/example.html
docs/tree/optimal_classification_tree/index.html
docs/tree/optimal_classification_tree/localsearch.html
docs/tree/optimal_classification_tree/optree.html
docs/tree/optimal_classification_tree/tree.html
docs/util/checks.html
docs/util/convert.html
docs/util/data_util.html
docs/util/explain_errors.html
docs/util/extract.html
docs/util/index.html
docs/util/metrics.html
docs/util/neural_nets.html
docs/util/prune.html
docs/util/rule.html
docs/util/score.html
docs/util/transforms.html
docs/util/tree.html
docs/util/evaluate/index.html
imodels/__init__.py
imodels.egg-info/PKG-INFO
imodels.egg-info/SOURCES.txt
imodels.egg-info/dependency_links.txt
imodels.egg-info/requires.txt
imodels.egg-info/top_level.txt
imodels/algebraic/__init__.py
imodels/algebraic/slim.py
imodels/discretization/__init__.py
imodels/discretization/discretizer.py
imodels/discretization/mdlp.py
imodels/discretization/simple.py
imodels/experimental/__init__.py
imodels/experimental/stablelinear.py
imodels/experimental/stableskope.py
imodels/experimental/util.py
imodels/rule_list/__init__.py
imodels/rule_list/corels_wrapper.py
imodels/rule_list/greedy_rule_list.py
imodels/rule_list/one_r.py
imodels/rule_list/rule_list.py
imodels/rule_list/bayesian_rule_list/.gitignore
imodels/rule_list/bayesian_rule_list/__init__.py
imodels/rule_list/bayesian_rule_list/bayesian_rule_list.py
imodels/rule_list/bayesian_rule_list/brl_util.py
imodels/rule_set/__init__.py
imodels/rule_set/boosted_rules.py
imodels/rule_set/brs.py
imodels/rule_set/fplasso.py
imodels/rule_set/fpskope.py
imodels/rule_set/rule_fit.py
imodels/rule_set/rule_set.py
imodels/rule_set/skope_rules.py
imodels/rule_set/slipper.py
imodels/rule_set/slipper_util.py
imodels/tree/__init__.py
imodels/tree/cart_ccp.py
imodels/tree/cart_wrapper.py
imodels/tree/saps.py
imodels/tree/shrunk_tree.py
imodels/tree/c45_tree/__init__.py
imodels/tree/c45_tree/c45_tree.py
imodels/tree/c45_tree/c45_utils.py
imodels/tree/gosdt/__init__.py
imodels/tree/gosdt/pygosdt.py
imodels/tree/gosdt/pygosdt_helper.py
imodels/tree/iterative_random_forest/__init__.py
imodels/tree/iterative_random_forest/iterative_random_forest.py
imodels/util/__init__.py
imodels/util/checks.py
imodels/util/convert.py
imodels/util/data_util.py
imodels/util/explain_errors.py
imodels/util/extract.py
imodels/util/metrics.py
imodels/util/neural_nets.py
imodels/util/prune.py
imodels/util/rule.py
imodels/util/score.py
imodels/util/transforms.py
imodels/util/tree.py
notebooks/autogluon_imodels_example.ipynb
notebooks/error_detection_demo.ipynb
notebooks/imodels_demo.ipynb
notebooks/posthoc_analysis.ipynb
notebooks/uncertainty_analysis.ipynb
tests/__init__.py
tests/brl_test.py
tests/brs_test.py
tests/classification_binary_inputs_test.py
tests/classification_continuous_inputs_test.py
tests/discretizer_test.py
tests/estimator_checks_test.py
tests/grl_test.py
tests/regression_test.py
tests/rulefit_test.py
tests/skope_rules_test.py
tests/util_test.py
tests/test_data/diabetes.arff
tests/test_data/tictactoe_X.txt
tests/test_data/tictactoe_Y.txt