Package: BT
Title: (Adaptive) Boosting Trees Algorithm
Version: 0.3
Date: 2023-01-25
Authors@R: 
    c(person("Gireg", "Willame", email = "gireg.willame@gmail.com", role = c("aut", "cre", "cph")))
Author: Gireg Willame [aut, cre, cph]
Maintainer: Gireg Willame <gireg.willame@gmail.com>
Depends: R (>= 4.0)
Imports: rpart, stats, statmod, parallel
Suggests: rmarkdown, knitr, testthat (>= 3.0.0)
Description: Performs (Adaptive) Boosting Trees for Poisson distributed response variables, using log-link function.
  The code approach is similar to the one used in 'gbm'/'gbm3'. Moreover, each tree in the expansion is built thanks to the 'rpart' package.
  This package is based on following books and articles
  Denuit, M., Hainaut, D., Trufin, J. (2019) <doi:10.1007/978-3-030-25820-7>
  Denuit, M., Hainaut, D., Trufin, J. (2019) <doi:10.1007/978-3-030-57556-4>
  Denuit, M., Hainaut, D., Trufin, J. (2019) <doi:10.1007/978-3-030-25827-6>
  Denuit, M., Hainaut, D., Trufin, J. (2022) <doi:10.1080/03461238.2022.2037016>
  Denuit, M., Huyghe, J., Trufin, J. (2022) <https://dial.uclouvain.be/pr/boreal/fr/object/boreal%3A244325/datastream/PDF_01/view>
  Denuit, M., Trufin, J., Verdebout, T. (2022) <https://dial.uclouvain.be/pr/boreal/fr/object/boreal%3A268577>.
URL: https://github.com/GiregWillame/BT/
BugReports: https://github.com/GiregWillame/BT/issues/
License: GPL (>= 3)
Encoding: UTF-8
RoxygenNote: 7.1.2
Config/testthat/edition: 3
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2023-01-28 14:17:26 UTC; Gireg Willame
Repository: CRAN
Date/Publication: 2023-01-30 16:40:07 UTC
