@@ -3,12 +3,13 @@ Title: Compute SHAP Values for Your Tree-Based Models Using the 'TreeSHAP'
33 Algorithm
44Version: 0.4.0
55Authors@R: c(
6+ person("Michael", "Mayer", , "mayermichael79@gmail.com", role = c("aut", "cre")),
67 person("Konrad", "Komisarczyk", email = "komisarczykkonrad@gmail.com", role = "aut"),
78 person("Pawel", "Kozminski", email = "pkozminski99@gmail.com", role = "aut"),
89 person("Szymon", "Maksymiuk", role = "aut", comment = c(ORCID = "0000-0002-3120-1601")),
910 person("Lorenz A.", "Kapsner", role = "ctb", comment = c(ORCID = "0000-0003-1866-860X")),
1011 person("Mikolaj", "Spytek", role = "ctb", comment = c(ORCID = "0000-0001-7111-2286")),
11- person("Mateusz", "Krzyzinski", email = "krzyzinskimateusz23@gmail.com", role = c( "ctb", "cre") , comment = c(ORCID = "0000-0001-6143-488X")),
12+ person("Mateusz", "Krzyzinski", email = "krzyzinskimateusz23@gmail.com", role = "ctb", comment = c(ORCID = "0000-0001-6143-488X")),
1213 person("Przemyslaw", "Biecek", email = "przemyslaw.biecek@gmail.com", role = c("aut", "cph"), comment = c(ORCID = "0000-0001-8423-1823"))
1314 )
1415Description: An efficient implementation of the 'TreeSHAP' algorithm
0 commit comments