Package: pdp 0.9.1.9000

pdp: Partial Dependence Plots

A general framework for constructing partial dependence (i.e., marginal effect) plots from various types of machine learning models in R.

Authors:Brandon M. Greenwell [aut, cre]

pdp_0.9.1.9000.tar.gz
pdp_0.9.1.9000.zip(r-4.7)pdp_0.9.1.9000.zip(r-4.6)pdp_0.9.1.9000.zip(r-4.5)
pdp_0.9.1.9000.tgz(r-4.6-x86_64)pdp_0.9.1.9000.tgz(r-4.6-arm64)pdp_0.9.1.9000.tgz(r-4.5-x86_64)pdp_0.9.1.9000.tgz(r-4.5-arm64)
pdp_0.9.1.9000.tar.gz(r-4.7-arm64)pdp_0.9.1.9000.tar.gz(r-4.7-x86_64)pdp_0.9.1.9000.tar.gz(r-4.6-arm64)pdp_0.9.1.9000.tar.gz(r-4.6-x86_64)
pdp_0.9.1.9000.tgz(r-4.6-emscripten)
manual.pdf |manual.html
DESCRIPTION |NEWS
card.svg |card.png
pdp/json (API)

# Install 'pdp' in R:
install.packages('pdp', repos = c('https://bgreenwell.r-universe.dev', 'https://cloud.r-project.org'))

Bug tracker:https://github.com/bgreenwell/pdp/issues

Pkgdown/docs site:https://bgreenwell.github.io

Datasets:
  • boston - Boston Housing Data
  • pima - Pima Indians Diabetes Data

On CRAN:

Conda:

black-box-modelmachine-learningpartial-dependence-functionpartial-dependence-plotvisualization

12.06 score 99 stars 4 packages 1.9k scripts 8.3k downloads 16 mentions 4 exports 2 dependencies

Last updated from:11ca057222 (on main). Checks:13 OK. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-arm64OK152
linux-devel-x86_64OK150
source / vignettesOK231
linux-release-arm64OK150
linux-release-x86_64OK158
macos-release-arm64OK79
macos-release-x86_64OK166
macos-oldrel-arm64OK89
macos-oldrel-x86_64OK175
windows-develOK114
windows-releaseOK99
windows-oldrelOK94
wasm-releaseOK171

Exports:exemplarpartialplotPartialtrellis.last.object

Dependencies:latticetinyplot

Introduction to pdp
Installation | A first example | Two predictors | 3-D surfaces and three predictors (lattice) | Classification | Models with non-Gaussian responses | Controlling the grid | Learn more

Last update: 2026-07-04
Started: 2018-08-10

Making pdp faster
Batched predictions (batch.size) | Parallel processing | The recursive method for gbm | Fast approximate PDPs (approx = TRUE)

Last update: 2026-07-03
Started: 2026-07-03

Individual conditional expectation (ICE) curves
ICE curves | Centered ICE (c-ICE) curves | User-supplied prediction functions | References

Last update: 2026-07-03
Started: 2026-07-03

Readme and manuals

Help Manual

Help pageTopics
Boston Housing Databoston
Exemplar observationexemplar exemplar.data.frame exemplar.dgCMatrix exemplar.matrix
Partial Dependence Functionspartial partial.default partial.model_fit
Pima Indians Diabetes Datapima
Plotting Partial Dependence Functionsplot.cice plot.ice plot.partial
Plotting Partial Dependence Functions (deprecated)plotPartial plotPartial.cice plotPartial.ice plotPartial.partial