We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f644a52 commit 9fdd0c9Copy full SHA for 9fdd0c9
tests/testthat/test-yeo-johnson.R
@@ -65,7 +65,7 @@ test_that("Yeo-Johnson steps and layers invert each other", {
65
skip("TODO")
66
f <- frosting() %>%
67
layer_predict() %>%
68
- layer_epi_YeoJohnson(.pred_ahead_0_case_rate)
+ layer_epi_YeoJohnson(.pred_ahead_0_case_rate, .pred_ahead_0_death_rate)
69
wf <- epi_workflow(r, linear_reg()) %>%
70
fit(filtered_data) %>%
71
add_frosting(f)
0 commit comments