Skip to content

Commit 9a2dc4c

Browse files
committed
remove links to mmpfs
1 parent dbc4037 commit 9a2dc4c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

R/generatePartialDependence.R

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
#' estimating E_(x_c)(f(x_s, x_c)). The conditional expectation of f at observation i is estimated similarly.
99
#' Additionally, partial derivatives of the marginalized function w.r.t. the features can be computed.
1010
#'
11+
#' This function requires the `mmpf` package to be installed. It is currently not on CRAN, but can
12+
#' be installed through GitHub using `devtools::install_github('zmjones/mmpf/pkg')`.
13+
#'
1114
#' @family partial_dependence
1215
#' @family generate_plot_data
1316
#' @aliases PartialDependenceData
@@ -65,7 +68,7 @@
6568
#' The second element of `n` gives the size of the sample to be drawn without replacement from the `input` data.
6669
#' Setting `n[2]` less than the number of rows in the `input` will decrease computation time.
6770
#' The default for `n[1]` is 10, and the default for `n[2]` is the number of rows in the `input`.
68-
#' @param ... additional arguments to be passed to [mmpf::marginalPrediction].
71+
#' @param ... additional arguments to be passed to `mmpf`'s `marginalPrediction`.
6972
#' @return [PartialDependenceData]. A named list, which contains the partial dependence,
7073
#' input data, target, features, task description, and other arguments controlling the type of
7174
#' partial dependences made.

0 commit comments

Comments
 (0)