Skip to content

Commit 9ddf191

Browse files
committed
doc change from Julia's suggestion
1 parent 516c6f8 commit 9ddf191

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

R/fit.R

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,9 @@
8383
#' `"_glm"`) before the base class of `"model_fit"`.
8484
#'
8585
#' @seealso [set_engine()], [control_parsnip()], `model_spec`, `model_fit`
86-
#' @param x A matrix or data frame of predictors.
86+
#' @param x A matrix, sparse matrix, or data frame of predictors. Only some
87+
#' models have support for sparse matrix input. See `parsnip::get_encoding()`
88+
#' for details.
8789
#' @param y A vector, matrix or data frame of outcome data.
8890
#' @rdname fit
8991
#' @export

man/fit.Rd

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)