Package: catSplit
Type: Package
Title: Encode Categorical Variables with Split Information from CART
Version: 0.1.0
Authors@R: 
  c(person(given = "Mine",
           family = "Gazioglu",
           role = c("aut", "cre"),
           email = "mine.gazioglu40@gmail.com"),
    person(given = "Mustafa",
           family = "Baydogan",
           role = "ctb"))
Description: Use primary and surrogate split information from CART (Classification and Regression Trees - Breiman L (1984)) as the
    vector representation for a categorical variable. Outputs binary
    columns for each categorical variable making use of target information.
License: MIT + file LICENSE
Encoding: UTF-8
Imports: rpart, caret, dplyr, stats, utils, data.table, stringr,
        OpenML, farff
RoxygenNote: 7.1.2
Suggests: testthat (>= 3.0.0)
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2021-10-19 18:41:06 UTC; SORU
Author: Mine Gazioglu [aut, cre],
  Mustafa Baydogan [ctb]
Maintainer: Mine Gazioglu <mine.gazioglu40@gmail.com>
Repository: CRAN
Date/Publication: 2021-10-20 11:50:02 UTC
Built: R 4.0.2; ; 2021-10-21 11:33:50 UTC; unix
