Skip to content

Commit 0af9c86

Browse files
committed
typo fix
1 parent 68dfd60 commit 0af9c86

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

man/details_multinom_reg_brulee.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/multinom_reg_brulee.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Other engine arguments of interest:
3232
- `momentum()`: A number used to use historical gradient information during optimization (`optimizer = "SGD"` only).
3333
- `batch_size()`: An integer for the number of training set points in each batch.
3434
- `stop_iter()`: A non-negative integer for how many iterations with no improvement before stopping. (default: 5L).
35-
- `class_weights()`: Numeric class weights. See [brulee::brulee_multinom_reg()].
35+
- `class_weights()`: Numeric class weights. See [brulee::brulee_multinomial_reg()].
3636

3737

3838
## Translation from parsnip to the original package (classification)

man/rmd/multinom_reg_brulee.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Other engine arguments of interest:
2323
- `momentum()`: A number used to use historical gradient information during optimization (`optimizer = "SGD"` only).
2424
- `batch_size()`: An integer for the number of training set points in each batch.
2525
- `stop_iter()`: A non-negative integer for how many iterations with no improvement before stopping. (default: 5L).
26-
- `class_weights()`: Numeric class weights. See [brulee::brulee_multinom_reg()].
26+
- `class_weights()`: Numeric class weights. See [brulee::brulee_multinomial_reg()].
2727

2828

2929
## Translation from parsnip to the original package (classification)

0 commit comments

Comments
 (0)