Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## Bug Fixes

* The `tune_grid()` documentation no longer states that `object` must be
finalized without tuning parameters (#982).

* Resampling and tuning would fail for quantile regression models if they passed a quantile regression metric (#1186)

# tune 2.1.0
Expand Down
3 changes: 3 additions & 0 deletions R/tune_grid.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
#'
#' @inheritParams last_fit
#' @inheritParams fit_resamples
#' @param object A `parsnip` model specification or an unfitted
#' [workflows::workflow()]. Tuning parameters may be marked with
#' [tune()] and are evaluated over the values supplied in `grid`.
#' @param param_info A [dials::parameters()] object or `NULL`. If none is given,
#' a parameters set is derived from other arguments. Passing this argument can
#' be useful when parameter ranges need to be customized.
Expand Down
5 changes: 2 additions & 3 deletions man/tune_grid.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading