-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tuning MLPs with h2o #882
Comments
Thanks for the issue! The fixes for this issue should be upstream in agua after tidymodels/agua#52 need to get a CRAN release of that package out. Related to tidymodels/agua#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 |
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
The text was updated successfully, but these errors were encountered: