https://github.com/cran/live
Raw File
Tip revision: 8aed1f23c19d367e5b7d23427a5b7a167af51d2e authored by Mateusz Staniak on 15 January 2020, 05:30:17 UTC
version 1.5.13
Tip revision: 8aed1f2
NAMESPACE
# Generated by roxygen2: do not edit by hand

S3method(plot,live_explainer)
S3method(plot,local_permutation_importance)
S3method(print,live_explainer)
S3method(print,live_explorer)
S3method(print,local_permutation_importance)
export(add_predictions)
export(euclidean_kernel)
export(fit_explanation)
export(gaussian_kernel)
export(identity_kernel)
export(live_shiny)
export(local_approximation)
export(local_permutation_importance)
export(sample_locally)
import(ggplot2)
import(mlr)
import(shiny)
importFrom(dplyr,desc)
importFrom(graphics,plot)
importFrom(stats,as.formula)
importFrom(stats,coef)
importFrom(stats,model.matrix)
importFrom(stats,predict)
importFrom(stats,reorder)
importFrom(stats,sd)
importFrom(stats,weighted.mean)
importFrom(utils,head)
back to top