https://github.com/cran/randomForestExplainer
Raw File
Tip revision: c11b7d9d025aec6edfa1fe9c6b4efd6efbcfc20d authored by Aleksandra Paluszynska on 15 July 2017, 17:42:37 UTC
version 0.9
Tip revision: c11b7d9
NAMESPACE
# Generated by roxygen2: do not edit by hand

export(explain_forest)
export(important_variables)
export(measure_importance)
export(min_depth_distribution)
export(min_depth_interactions)
export(plot_importance_ggpairs)
export(plot_importance_rankings)
export(plot_min_depth_distribution)
export(plot_min_depth_interactions)
export(plot_multi_way_importance)
export(plot_predict_interaction)
import(DT)
import(GGally)
import(dplyr)
import(ggplot2)
import(ggrepel)
importFrom(data.table,frankv)
importFrom(data.table,rbindlist)
importFrom(stats,as.formula)
importFrom(stats,predict)
importFrom(stats,terms)
back to top