We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4051227 commit 3bc7b39Copy full SHA for 3bc7b39
R/explain_forest.R
@@ -26,7 +26,7 @@ explain_forest <- function(forest, path = NULL, interactions = FALSE, data = NUL
26
measures = NULL){
27
if(is.null(path)) {
28
directory <- getwd()
29
- paste0(directory, "/Your_forest_explained.html")
+ path <- paste0(directory, "/Your_forest_explained.html")
30
}
31
if(is.null(measures)){
32
if("randomForest" %in% class(forest)){
0 commit comments