We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 631ae7e commit 09fdfb7Copy full SHA for 09fdfb7
R/extract.R
@@ -14,9 +14,9 @@
14
#'
15
#' - `extract_parameter_set_dials()` returns a set of dials parameter objects.
16
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()].
+#' - `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()].
20
21
#' @param x A parsnip `model_fit` object or a parsnip `model_spec` object.
22
#' @param parameter A single string for the parameter ID.
man/extract-parsnip.Rd
0 commit comments