Skip to content
Snippets Groups Projects
Commit d65c8ae9 authored by Nathalie Vialaneix's avatar Nathalie Vialaneix
Browse files

fixed bug #9 (importance not properly computed with basics)

parent 710c5e84
No related branches found
No related tags found
No related merge requests found
......@@ -150,6 +150,7 @@ compute_origimportance <- function(ind, importances, input_groups, freq_groups,
data.frame("var" = names_sd, "sd" = out_sd),
by = "var", all = TRUE)
rownames(out) <- out$var
out <- out[varnames, ]
out$var <- NULL
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment