https://github.com/cran/randomForestExplainer
Raw File
Tip revision: e46d7f34a1f293f46d16d869f15e5abbd12cfb15 authored by Yue Jiang on 11 July 2020, 19:30:02 UTC
version 0.10.1
Tip revision: e46d7f3
NAMESPACE
# Generated by roxygen2: do not edit by hand

S3method(measure_importance,randomForest)
S3method(measure_importance,ranger)
S3method(min_depth_distribution,randomForest)
S3method(min_depth_distribution,ranger)
S3method(min_depth_interactions,randomForest)
S3method(min_depth_interactions,ranger)
S3method(plot_predict_interaction,randomForest)
S3method(plot_predict_interaction,ranger)
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