Skip to content

Commit 5f99a11

Browse files
committed
remove () from argument names
1 parent 9277fbe commit 5f99a11

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

man/rmd/mlp_brulee.Rmd

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ Both `penalty` and `dropout` should be not be used in the same model.
3636

3737
Other engine arguments of interest:
3838

39-
- `momentum()`: A number used to use historical gradient infomration during optimization.
40-
- `batch_size()`: An integer for the number of training set points in each batch.
41-
- `class_weights()`: Numeric class weights. See [brulee::brulee_mlp()].
42-
- `stop_iter()`: A non-negative integer for how many iterations with no improvement before stopping. (default: 5L).
43-
- `rate_schedule()`: A function to change the learning rate over epochs. See [brulee::schedule_decay_time()] for details.
39+
- `momentum`: A number used to use historical gradient infomration during optimization.
40+
- `batch_size`: An integer for the number of training set points in each batch.
41+
- `class_weights`: Numeric class weights. See [brulee::brulee_mlp()].
42+
- `stop_iter`: A non-negative integer for how many iterations with no improvement before stopping. (default: 5L).
43+
- `rate_schedule`: A function to change the learning rate over epochs. See [brulee::schedule_decay_time()] for details.
4444

4545
## Translation from parsnip to the original package (regression)
4646

man/rmd/mlp_brulee_two_layer.Rmd

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ Both `penalty` and `dropout` should be not be used in the same model.
3737
Other engine arguments of interest:
3838

3939
- `hidden_layer_2` and `activation_2` control the format of the second layer.
40-
- `momentum()`: A number used to use historical gradient information during optimization.
41-
- `batch_size()`: An integer for the number of training set points in each batch.
42-
- `class_weights()`: Numeric class weights. See [brulee::brulee_mlp()].
43-
- `stop_iter()`: A non-negative integer for how many iterations with no improvement before stopping. (default: 5L).
44-
- `rate_schedule()`: A function to change the learning rate over epochs. See [brulee::schedule_decay_time()] for details.
40+
- `momentum`: A number used to use historical gradient information during optimization.
41+
- `batch_size`: An integer for the number of training set points in each batch.
42+
- `class_weights`: Numeric class weights. See [brulee::brulee_mlp()].
43+
- `stop_iter`: A non-negative integer for how many iterations with no improvement before stopping. (default: 5L).
44+
- `rate_schedule`: A function to change the learning rate over epochs. See [brulee::schedule_decay_time()] for details.
4545

4646

4747
## Translation from parsnip to the original package (regression)

0 commit comments

Comments
 (0)