https://github.com/cran/randomForestExplainer
Raw File
Tip revision: f7b57df3c2a6e016046d16a305bc0e0a64f64f21 authored by Yue Jiang on 18 September 2019, 17:20:02 UTC
version 0.10.0
Tip revision: f7b57df
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