Skip to content

Commit 5a5e368

Browse files
authored
Yue-Jiang added as author
1 parent d6db6a4 commit 5a5e368

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

DESCRIPTION

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ Title: Explaining and Visualizing Random Forests in Terms of Variable Importance
33
Version: 0.9
44
Authors@R: c(
55
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")
78
)
89
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>).
910
Depends: R (>= 3.0)

0 commit comments

Comments
 (0)