Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
csinva authored Jul 3, 2022
1 parent 2f16302 commit a509d78
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 @@ -220,7 +220,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 @@ -233,7 +233,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 a509d78

Please sign in to comment.