8000 Update r/2021-07-08-ml-regression.Rmd · johnbaums/plotly.r-docs@bf2b0b0 · GitHub
[go: up one dir, main page]

Skip to content

Commit bf2b0b0

Browse files
Update r/2021-07-08-ml-regression.Rmd
Co-authored-by: HammadTheOne <30986043+HammadTheOne@users.noreply.github.com>
1 parent da9ba1c commit bf2b0b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

r/2021-07-08-ml-regression.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ We will use [tidymodels](https://tidymodels.tidymodels.org/) to split and prepro
99

1010
In this section, we show you how to apply a simple regression model for predicting tips a server will receive based on various client attributes (such as sex, time of the week, and whether they are a smoker).
1111

12-
We will be using the [Linear Regression][lr], which is a simple model that fit an intercept (the mean tip received by a server), and add a slope for each feature we use, such as the value of the total bill.
12+
We will be using the [Linear Regression][lr], which is a simple model that fits an intercept (the mean tip received by a server), and adds a slope for each feature we use, such as the value of the total bill.
1313

1414
[lr]: https://parsnip.tidymodels.org/reference/linear_reg.html
1515

0 commit comments

Comments
 (0)
0