Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Interpretable models lang #381

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions manuscript/04.1-interpretable-models.Rmd
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Interpretable Models {#simple}

The easiest way to achieve interpretability is to use only a subset of algorithms that create interpretable models.
Linear regression, logistic regression and the decision tree are commonly used interpretable models.
Linear regression, logistic regression and the decision trees are commonly used interpretable models.

In the following chapters we will talk about these models.
Not in detail, only the basics, because there is already a ton of books, videos, tutorials, papers and more material available.
Not in detail, only the basics, because there are already a ton of books, videos, tutorials, papers and other materials available.
We will focus on how to interpret the models.
The book discusses [linear regression](#limo), [logistic regression](#logistic), [other linear regression extensions](#extend-lm), [decision trees](#tree), [decision rules](#rules) and [the RuleFit algorithm](#rulefit) in more detail.
It also lists [other interpretable models](#other-interpretable).
Expand Down