Closed walkerjameschris closed 7 months ago
Thanks for the issue!
The fixes for this issue should be upstream in agua after https://github.com/tidymodels/agua/pull/52--we need to get a CRAN release of that package out. Related to https://github.com/tidymodels/agua/issues/53; will close this issue in favor of discussion there.
Your solution, for now, would be to install the development version of the package with pak::pak("tidymodels/agua")
, restart R, and try again. :)
Thank you for your quick response! Installing the development version did work.
This issue has been automatically locked. If you believe you have found a related problem, please file a new issue (with a reprex: https://reprex.tidyverse.org) and link to this issue.
The problem
I am having trouble tuning an MLP using
tune
when the engine is set to"h2o"
. I am creating a recipe, applying it to a workflow, and tuning it over a grid of parameters. This tuning procedure works for other engines such as"nnet"
. The error appears to be related to performance computation:Reproducible example
Created on 2024-04-02 with reprex v2.1.0