Function that starts a Shiny app which helps use LIVE.
live_shiny(train_data, black_box_model, target, explained_data = train_data)
| 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. |
shiny app