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
2
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


ModelOriented/live documentation built on Oct. 30, 2019, 9:35 p.m.