You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: DESCRIPTION
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,8 @@ Title: Explaining and Visualizing Random Forests in Terms of Variable Importance
3
3
Version: 0.9
4
4
Authors@R: c(
5
5
person("Aleksandra", "Paluszynska", email = "[email protected]", role = c("aut", "cre")),
6
-
person("Przemyslaw", "Biecek", email = "[email protected]", role = c("aut","ths"))
6
+
person("Przemyslaw", "Biecek", email = "[email protected]", role = c("aut","ths")),
7
+
person("Yue", "Jiang", role = "aut")
7
8
)
8
9
Description: A set of tools to help explain which variables are most important in a random forests. Various variable importance measures are calculated and visualized in different settings in order to get an idea on how their importance changes depending on our criteria (Hemant Ishwaran and Udaya B. Kogalur and Eiran Z. Gorodeski and Andy J. Minn and Michael S. Lauer (2010) <doi:10.1198/jasa.2009.tm08622>, Leo Breiman (2001) <doi:10.1023/A:1010933404324>).
0 commit comments