Skip to content

Commit 323b75b

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

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
@@ -257,7 +257,7 @@ layout(s, showlegend = FALSE)
257257
258258
```
259259
## Residual plots
260-
Just like prediction error plots, it's easy to visualize your prediction residuals in just a few lines of codes using `ggplotly` built-in capabilities.
260+
Just like prediction error plots, it's easy to visualize your prediction residuals in just a few lines of codes using `ggplotly` and `tidymodels` capabilities.
261261
```{r}
262262
library(plotly)
263263
library(ggplot2)

0 commit comments

Comments
 (0)