Skip to content

Commit

Permalink
Update R/arguments.R
Browse files Browse the repository at this point in the history
Co-authored-by: Hannah Frick <[email protected]>
  • Loading branch information
topepo and hfrick authored Sep 25, 2024
1 parent 8b7f2e7 commit 16b9723
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/arguments.R
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ set_mode <- function(object, mode, ...) {

#' @rdname set_args
#' @param quantile_levels A vector of values between zero and one (only for the
#' `quantile regression ` mode); otherwise, it is `NULL`. The model uses these
#' `"quantile regression"` mode); otherwise, it is `NULL`. The model uses these
#' values to appropriately train quantile regression models to make predictions
#' for these values (e.g., `quantile_levels = 0.5` is the median).
#' @export
Expand Down

0 comments on commit 16b9723

Please sign in to comment.