Skip to content

Commit 8aa1f38

Browse files
authored
Merge pull request #433 from tidymodels/documentation
Fix documentation of available engines for `multinom_reg()`
2 parents 40274d6 + 9acc877 commit 8aa1f38

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

R/multinom_reg.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
#' following _engines_:
3636
#' \itemize{
3737
#' \item \pkg{R}: `"glmnet"` (the default), `"nnet"`
38-
#' \item \pkg{Stan}: `"stan"`
38+
#' \item \pkg{Spark}: `"spark"`
3939
#' \item \pkg{keras}: `"keras"`
4040
#' }
4141
#'

man/linear_reg.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/logistic_reg.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/multinom_reg.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/rmd/linear-reg.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ linear_reg() %>%
4242
```
4343

4444
Note that the `refresh` default prevents logging of the estimation process.
45-
Change this value in `set_engine()` will show the logs.
45+
Change this value in `set_engine()` to show the logs.
4646

4747
For prediction, the `stan` engine can compute posterior intervals analogous to
4848
confidence and prediction intervals. In these instances, the units are the

man/rmd/logistic-reg.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ logistic_reg() %>%
4343
```
4444

4545
Note that the `refresh` default prevents logging of the estimation process.
46-
Change this value in `set_engine()` will show the logs.
46+
Change this value in `set_engine()` to show the logs.
4747

4848
For prediction, the `stan` engine can compute posterior intervals analogous to
4949
confidence and prediction intervals. In these instances, the units are the

0 commit comments

Comments
 (0)