-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy path_pkgdown.yml
More file actions
40 lines (35 loc) · 787 Bytes
/
Copy path_pkgdown.yml
File metadata and controls
40 lines (35 loc) · 787 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
url: https://bgreenwell.github.io/pdp/
template:
bootstrap: 5
home:
title: pdp — Partial Dependence Plots in R
navbar:
structure:
left: [intro, reference, articles, news]
right: [search, github]
articles:
- title: Vignettes
navbar: ~
contents:
- pdp
- ice-curves
- faster-pdp
reference:
- title: Compute partial dependence
desc: >
Compute partial dependence functions and individual conditional
expectation (ICE) curves from various fitted model objects.
contents:
- partial
- exemplar
- title: Plotting
desc: >
Display partial dependence functions and ICE curves using lightweight
base R graphics (via tinyplot) or lattice graphics.
contents:
- plot.partial
- plotPartial
- title: Data sets
contents:
- boston
- pima