We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
tune_grid
object
last_fit expects the param object to be a finalized workflow without any tuning parameters, which is reasonable for last_fit:
last_fit
tune/R/last_fit.R
Line 7 in d62199a
However, I noticed that this param description is copy-pasted into the tune_grid documentation via the inheritParams directive:
tune/R/tune_grid.R
Especially for tune_grid, tuning should be enabled.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
last_fit
expects the paramobject
to be a finalized workflow without any tuning parameters, which is reasonable forlast_fit
:tune/R/last_fit.R
Line 7 in d62199a
However, I noticed that this param description is copy-pasted into the tune_grid documentation via the inheritParams directive:
tune/R/tune_grid.R
Line 7 in d62199a
Especially for
tune_grid
, tuning should be enabled.The text was updated successfully, but these errors were encountered: