Skip to content

Commit

Permalink
Fix GetStarted.Rmd vignette build
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbadr committed Sep 29, 2021
1 parent e51f085 commit d218f88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# additive 0.0.3

- Fixed `GetStarted.Rmd` vignette build
- Fixed class predictions for binary classification
- Fixed confidence intervals and standard errors
- Added threshold probability option for class predictions
Expand Down
2 changes: 1 addition & 1 deletion vignettes/GetStarted.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ For example, if we didn't specify the family initially or set it to something el
that we now wanted to change, we could use the `update` method as follows


````{r}
```{r}
test_model <- test_model %>%
update(family = gaussian())
```
Expand Down

0 comments on commit d218f88

Please sign in to comment.