Error in `mutate()`:
ℹ In argument: `object = purrr::map(call_info, eval_call_info)`.
Caused by error in `purrr::map()`:
ℹ In index: 1.
Caused by error in `.f()`:
! Error when calling decision_width(): Error : 'decision_width' is not an exported object from 'namespace:dials'
When I tried to use tune_grid or tune_anova_race, I also encountered the same error.
I encountered the error when trying to tune the hyperparameters of TabNet on both macOS M1 and Posit cloud.
The code is as follows:
The error occur when I run:
When I tried to use tune_grid or tune_anova_race, I also encountered the same error.