Skip to content

Commit 631ae7e

Browse files
Update R/extract.R
Co-authored-by: Simon P. Couch <simonpatrickcouch@gmail.com>
1 parent 834a3c9 commit 631ae7e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

R/extract.R

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@
1414
#'
1515
#' - `extract_parameter_set_dials()` returns a set of dials parameter objects.
1616
#'
17-
#' - `extract_fit_time()` returns a tibble with fit times.
17+
#' - `extract_fit_time()` returns a tibble with fit times. The fit times correspond to
18+
#' the time for the parsnip engine to fit and do not include other portions of the
19+
#' elapsed time in [parsnip::fit.model_spec()].
1820
#'
1921
#' @param x A parsnip `model_fit` object or a parsnip `model_spec` object.
2022
#' @param parameter A single string for the parameter ID.

0 commit comments

Comments
 (0)