Skip to content
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

Documentation of tune_grid states object to be a finalized workflow without tuning parameters #982

Open
chillerb opened this issue Feb 20, 2025 · 0 comments

Comments

@chillerb
Copy link

last_fit expects the param object to be a finalized workflow without any tuning parameters, which is reasonable for last_fit:

#' @param object A `parsnip` model specification or an unfitted

However, I noticed that this param description is copy-pasted into the tune_grid documentation via the inheritParams directive:

#' @inheritParams last_fit

Especially for tune_grid, tuning should be enabled.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant