Skip to content

Commit cd4a2e0

Browse files
committed
pass along maintainer role
1 parent 5f0a7f2 commit cd4a2e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ Package: randomForestExplainer
22
Title: Explaining and Visualizing Random Forests in Terms of Variable Importance
33
Version: 0.9
44
Authors@R: c(
5-
person("Aleksandra", "Paluszynska", email = "[email protected]", role = c("aut", "cre")),
5+
person("Aleksandra", "Paluszynska", email = "[email protected]", role = c("aut")),
66
person("Przemyslaw", "Biecek", email = "[email protected]", role = c("aut","ths")),
7-
person("Yue", "Jiang", email = "[email protected]", role = "aut")
7+
person("Yue", "Jiang", email = "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-9798-5517"))
88
)
99
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>).
1010
Depends: R (>= 3.0)

0 commit comments

Comments
 (0)