powered by
Explain a target using Random Forest.
explain_forest(data, target, ntree = 50, out = "plot", ...)
Plot of importance (if out = "plot")
A dataset
Target variable (binary)
Number of trees used for Random Forest
Output of the function: "plot" | "model" | "importance" | all"
Further arguments
data <- create_data_buy() explain_forest(data, target = buy)
Run the code above in your browser using DataLab