Skip to content

Commit

Permalink
Merge pull request tidymodels#111 from grayskripko/patch-3
Browse files Browse the repository at this point in the history
Update predict.R
  • Loading branch information
DavisVaughan authored Dec 6, 2018
2 parents 43adf25 + edf6de0 commit 300d406
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/predict.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#' @param object An object of class `model_fit`
#' @param new_data A rectangular data object, such as a data frame.
#' @param type A single character value or `NULL`. Possible values
#' are "numeric", "class", "probs", "conf_int", "pred_int", "quantile",
#' are "numeric", "class", "prob", "conf_int", "pred_int", "quantile",
#' or "raw". When `NULL`, `predict` will choose an appropriate value
#' based on the model's mode.
#' @param opts A list of optional arguments to the underlying
Expand Down

0 comments on commit 300d406

Please sign in to comment.