README.md

totalvis

totalvis is a model agnostic vizualization tool used to summarize complex relationships in black-box models. The package relies on a PCA based transformation of the training data to group correlated features and display their total effect on the response. At a high level, the method generates partial dependence plots (PDPs) for the principal components and provides interpretable insight into the importance of the features. The 'Introduction' vignette demonstrates base usage of 'totalvis' by reproducing all figures used in the associated paper, as well as introducing a few additional components.

Installation

Prerequisites

```{r eval = FALSE} install.packages("devtools") library("devtools")


### Without vignette
```{r eval = FALSE}
## Download the package without the vignette
install_github("nickseedorff/totalvis")
library(totalvis)

With vignette

```{r eval = FALSE} install_github("nickseedorff/totalvis", build_vignettes = T) library(totalvis)

View the vignette

vignette("Introduction", package = "totalvis") ```



nickseedorff/totalvis documentation built on May 12, 2021, 8:49 p.m.