live_shiny: Function that starts a Shiny app which helps use LIVE.

Description Usage Arguments Value

View source: R/app.R

Description

Function that starts a Shiny app which helps use LIVE.

Usage

1
live_shiny(train_data, black_box_model, target, explained_data = train_data)

Arguments

train_data

dataset from which observations will be sampled.

black_box_model

Pre-trained model with predict interface.

target

character, name of the response variable.

explained_data

Data frame with predictions to explain.

Value

shiny app


live documentation built on Jan. 17, 2020, 9:06 a.m.