live_shiny {live} | R Documentation |
Function that starts a Shiny app which helps use LIVE.
Description
Function that starts a Shiny app which helps use LIVE.
Usage
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
[Package live version 1.5.13 Index]