christophM / interpretable-ml-book

Book about interpretable machine learning
https://christophm.github.io/interpretable-ml-book/
Other
4.72k stars 1.04k forks source link

[Minor addition] Add link to imodels tree package #332

Closed csinva closed 2 years ago

csinva commented 2 years ago

Thanks for this really nice work!

In case you're interested, I added a link to the imodels package in the interpretable-tree chapter, as this package provides various algorithms in python for growing decision trees (e.g. greedy vs optimal fitting), pruning trees, and regularizing trees.

christophM commented 2 years ago

Thanks!