Skip to content

Commit

Permalink
add orcids
Browse files Browse the repository at this point in the history
  • Loading branch information
krzyzinskim committed Oct 23, 2023
1 parent 25b8238 commit cec10f9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ Version: 0.2.5.9001
Authors@R: c(
person("Konrad", "Komisarczyk", email = "komisarczykkonrad@gmail.com", role = "aut"),
person("Pawel", "Kozminski", email = "pkozminski99@gmail.com", role = "aut"),
person("Szymon", "Maksymiuk", role = "aut"),
person("Szymon", "Maksymiuk", role = "aut", comment = c(ORCID = "0000-0002-3120-1601")),
person("Lorenz A.", "Kapsner", role = "ctb", comment = c(ORCID = "0000-0003-1866-860X")),
person("Mikolaj", "Spytek", role = "ctb"),
person("Mateusz", "Krzyzinski", email = "krzyzinskimateusz23@gmail.com", role = c("ctb", "cre")),
person("Przemyslaw", "Biecek", email = "przemyslaw.biecek@gmail.com", role = c("aut", "cph"))
person("Mikolaj", "Spytek", role = "ctb", comment = c(ORCID = "0000-0001-7111-2286")),
person("Mateusz", "Krzyzinski", email = "krzyzinskimateusz23@gmail.com", role = c("ctb", "cre"), comment = c(ORCID = "0000-0001-6143-488X")),
person("Przemyslaw", "Biecek", email = "przemyslaw.biecek@gmail.com", role = c("aut", "cph"), comment = c(ORCID = "0000-0001-8423-1823"))
)
Description: An efficient implementation of the 'TreeSHAP' algorithm
introduced by Lundberg et al., (2020) <doi:10.1038/s42256-019-0138-9>.
Expand Down

0 comments on commit cec10f9

Please sign in to comment.