Skip to content

Commit f7821c7

Browse files
committed
docs for fit_best() #713
1 parent 96fea81 commit f7821c7

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

R/fit_best.R

+1-5
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
#' @param verbose A logical for printing logging.
1717
#' @param add_validation_set When the resamples embedded in `x` are a split into
1818
#' training set and validation set, should the validation set be included in the
19-
#' data set used to train the model. If not, only the training set is used. If
19+
#' data set used to train the model? If not, only the training set is used. If
2020
#' `NULL`, the validation set is not used for resamples originating from
2121
#' [rsample::validation_set()] while it is used for resamples originating
2222
#' from [rsample::validation_split()].
@@ -30,10 +30,6 @@
3030
#' wflow_fit <- fit(wflow, data_set)
3131
#' }
3232
#'
33-
#' The data used for the fit are taken from the `splits` column. If the split
34-
#' column was from a validation split, the combined training and validation sets
35-
#' are used.
36-
#'
3733
#' In comparison to [last_fit()], that function requires a finalized model, fits
3834
#' the model on the training set defined by [rsample::initial_split()], and
3935
#' computes metrics from the test set.

man/fit_best.Rd

+1-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)