Skip to content

Commit b1e2ec2

Browse files
committed
update snap
1 parent 6377bf1 commit b1e2ec2

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

tests/testthat/_snaps/mlp_keras.md

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1-
# keras execution, classification
2-
3-
Code
4-
res <- parsnip::fit(hpc_keras, class ~ novar, data = hpc, control = ctrl)
5-
Condition
6-
Error:
7-
! object 'novar' not found
8-
91
# all keras activation functions
102

113
Code
@@ -14,4 +6,5 @@
146
Class ~ A + B, data = modeldata::two_class_dat)
157
Condition
168
Error in `parsnip::keras_mlp()`:
17-
! `activation` should be one of: elu, exponential, gelu, hard_sigmoid, linear, relu, selu, sigmoid, softmax, softplus, softsign, swish, and tanh, not "invalid".
9+
! `activation` should be one of: elu, exponential, gelu, hardsigmoid, linear, relu, selu, sigmoid, softmax, softplus, softsign, swish, and tanh, not "invalid".
10+

0 commit comments

Comments
 (0)