Skip to content

Commit

Permalink
Update R/extract.R
Browse files Browse the repository at this point in the history
Co-authored-by: Simon P. Couch <[email protected]>
  • Loading branch information
EmilHvitfeldt and simonpcouch authored Apr 5, 2024
1 parent 834a3c9 commit 631ae7e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion R/extract.R
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@
#'
#' - `extract_parameter_set_dials()` returns a set of dials parameter objects.
#'
#' - `extract_fit_time()` returns a tibble with fit times.
#' - `extract_fit_time()` returns a tibble with fit times. The fit times correspond to
#' the time for the parsnip engine to fit and do not include other portions of the
#' elapsed time in [parsnip::fit.model_spec()].
#'
#' @param x A parsnip `model_fit` object or a parsnip `model_spec` object.
#' @param parameter A single string for the parameter ID.
Expand Down

0 comments on commit 631ae7e

Please sign in to comment.