Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/csinva/imodels
Browse files Browse the repository at this point in the history
  • Loading branch information
csinva committed Jul 3, 2022
2 parents 03e5dbe + a509d78 commit f28f1cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ Fast Interpretable Greedy-Tree Sums (FIGS) is an algorithm for fitting concise r
<img src="https://demos.csinva.io/figs/diabetes_figs.svg?sanitize=True" width="50%">
</p>
<p align="center">
<i>Example FIGS model. FIGS learns a sum of trees with a flexible number of trees; to make its prediction, it sums the result from each tree.</i>
<i><b>Example FIGS model.</b> FIGS learns a sum of trees with a flexible number of trees; to make its prediction, it sums the result from each tree.</i>
</p>

### Hierarchical shrinkage: post-hoc regularization for tree-based methods
Expand All @@ -250,7 +250,7 @@ Hierarchical shrinkage is an extremely fast post-hoc regularization method which
<img src="https://demos.csinva.io/shrinkage/shrinkage_intro.svg?sanitize=True" width="75%">
</p>
<p align="center">
<i>HS Example. HS applies post-hoc regularization to any decision tree by shrinking each node towards its parent.</i>
<i><b>HS Example.</b> HS applies post-hoc regularization to any decision tree by shrinking each node towards its parent.</i>
</p>

## References
Expand Down

0 comments on commit f28f1cd

Please sign in to comment.