Skip to content

Clarify tune_grid object documentation#1193

Open
LeonidasZhak wants to merge 1 commit into
tidymodels:mainfrom
LeonidasZhak:codex/clarify-tune-grid-object-docs
Open

Clarify tune_grid object documentation#1193
LeonidasZhak wants to merge 1 commit into
tidymodels:mainfrom
LeonidasZhak:codex/clarify-tune-grid-object-docs

Conversation

@LeonidasZhak

Copy link
Copy Markdown

Fixes #982.

This updates the tune_grid() object parameter documentation so it no longer inherits the last_fit() wording that says tuning parameters are not allowed. The revised text notes that parameters may be marked with tune() and evaluated over grid.

Checks:

  • Rscript -e 'tools::checkRd("man/tune_grid.Rd")'\n- git diff --check\n- R CMD build --no-build-vignettes .\n- R_LIBS_USER=/tmp/tune-r-lib _R_CHECK_FORCE_SUGGESTS_=false R CMD check --no-manual --ignore-vignettes --no-build-vignettes --no-tests tune_2.1.0.9000.tar.gz

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

Successfully merging this pull request may close these issues.

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

1 participant