tests/testthat/_snaps/engine-parameters.md

tuning with engine parameters without dials objects

Code
  rf_tune <- rf_mod %>% tune_grid(mpg ~ ., resamples = rs, grid = 3)
Condition
  Error in `check_param_objects()`:
  ! The workflow has arguments to be tuned that are missing some parameter objects: 'corr.bias'
Code
  p <- autoplot(rf_tune)
Condition
  Error in `autoplot()`:
  ! Some parameters do not have corresponding parameter objects and cannot be used with `autoplot()`: 'corr.bias'
Code
  rf_search <- rf_mod %>% tune_bayes(mpg ~ ., resamples = rs)
Condition
  Error in `check_param_objects()`:
  ! The workflow has arguments to be tuned that are missing some parameter objects: 'corr.bias'


Try the tune package in your browser

Any scripts or data that you put into this service are public.

tune documentation built on May 29, 2024, 7:32 a.m.