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 93463c2 commit 96749a4Copy full SHA for 96749a4
R/sparsevctrs.R
@@ -6,8 +6,8 @@
6
#'
7
#' Using sparse data for model fitting and prediction shouldn't require any
8
#' additional configurations. Just pass in a sparse matrix such as dgCMatrix
9
-#' from the `Matrix` package or a sparse tibble from the `sparsevctrs` package
10
-#' to the data argument of the respective [fit()], [fit_xy()], and [predict()].
+#' from the `Matrix` package or a sparse tibble from the sparsevctrs package
+#' to the data argument of [fit()], [fit_xy()], and [predict()].
11
12
#' Models that don't support sparse data will try to convert to non-sparse data
13
#' with warnings. An informative error will be thrown if conversion isn't
0 commit comments