Skip to content
Snippets Groups Projects
DESCRIPTION 1.34 KiB
Newer Older
Type: Package
Title: Surrogate Minimal Depth Variable Importance
Version: 0.3.1
Authors@R: c(
    person("Stephan", "Seifert", , "stephan.seifert@uni-hamburg.de", role = c("aut", "cre"),
           comment = c(ORCID = "0000-0003-2567-5728")),
    person("Sven", "Gundlach", role = "aut",
           comment = c(ORCID = "0000-0003-4060-2754")),
    person("Silke", "Szymczak", role = "aut",
           comment = c(ORCID = "0000-0002-8897-9035")),
    person("Lukas C.", "Jarren", role = "ctb"),
    person("Florian", "Gärber", , "florian.gaerber@uni-hamburg.de", role = "ctb",
           comment = c(ORCID = "0000-0003-3875-9736"))
Author: Stephan Seifert, Sven Gundlach, Silke Szymczak
Maintainer: Stephan Seifert <stephan.seifert@uni-hamburg.de>
Description: This package provides functions to obtain surrogate splits
    applying ranger for random forests generation and using modified
    functions from the package rpart. Surrogate variables and
    corresponding adjusted agreement values are used for surrogate minimal
    depth variable importance and to investigate variable relations.
License: MIT + file LICENSE
Imports:
    parallel,
    randomForestSRC,
    ranger (>= 0.12.1),
Gärber, Florian's avatar
Gärber, Florian committed
Suggests: 
    testthat (>= 3.0.0)
Gärber, Florian's avatar
Gärber, Florian committed
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3