Skip to content

Commit

Permalink
remove links to mmpfs
Browse files Browse the repository at this point in the history
  • Loading branch information
mb706 committed Jun 11, 2024
1 parent ec0baa0 commit 39e95b5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion R/generatePartialDependence.R
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
#' estimating E_(x_c)(f(x_s, x_c)). The conditional expectation of f at observation i is estimated similarly.
#' Additionally, partial derivatives of the marginalized function w.r.t. the features can be computed.
#'
#' This function requires the `mmpf` package to be installed. It is currently not on CRAN, but can
#' be installed through GitHub using `devtools::install_github('zmjones/mmpf/pkg')`.
#'
#' @family partial_dependence
#' @family generate_plot_data
#' @aliases PartialDependenceData
Expand Down Expand Up @@ -65,7 +68,7 @@
#' The second element of `n` gives the size of the sample to be drawn without replacement from the `input` data.
#' Setting `n[2]` less than the number of rows in the `input` will decrease computation time.
#' The default for `n[1]` is 10, and the default for `n[2]` is the number of rows in the `input`.
#' @param ... additional arguments to be passed to [mmpf::marginalPrediction].
#' @param ... additional arguments to be passed to `mmpf`'s `marginalPrediction`.
#' @return [PartialDependenceData]. A named list, which contains the partial dependence,
#' input data, target, features, task description, and other arguments controlling the type of
#' partial dependences made.
Expand Down

0 comments on commit 39e95b5

Please sign in to comment.