Package: mllrnrs
Title: R6-Based ML Learners for 'mlexperiments'
Version: 0.0.2
Authors@R: 
    person("Lorenz A.", "Kapsner", , "lorenz.kapsner@gmail.com", role = c("cre", "aut", "cph"),
           comment = c(ORCID = "0000-0003-1866-860X"))
Description: Enhances 'mlexperiments'
    <https://CRAN.R-project.org/package=mlexperiments> with additional
    machine learning ('ML') learners. The package provides R6-based
    learners for the following algorithms: 'glmnet'
    <https://CRAN.R-project.org/package=glmnet>, 'ranger'
    <https://CRAN.R-project.org/package=ranger>, 'xgboost'
    <https://CRAN.R-project.org/package=xgboost>, and 'lightgbm'
    <https://CRAN.R-project.org/package=lightgbm>. These can be used
    directly with the 'mlexperiments' R package.
License: GPL (>= 3)
URL: https://github.com/kapsner/mllrnrs
BugReports: https://github.com/kapsner/mllrnrs/issues
Depends: R (>= 2.10)
Imports: data.table, kdry, mlexperiments, R6, stats
Suggests: glmnet, knitr, lightgbm, lintr, mlbench, mlr3measures,
        ParBayesianOptimization, ranger, splitTools, testthat (>=
        3.0.1), xgboost
VignetteBuilder: knitr
Config/testthat/edition: 3
Config/testthat/parallel: false
Date/Publication: 2023-07-18 16:40:02 UTC
Encoding: UTF-8
RoxygenNote: 7.2.3
NeedsCompilation: no
Packaged: 2023-07-18 05:45:29 UTC; user
Author: Lorenz A. Kapsner [cre, aut, cph]
    (<https://orcid.org/0000-0003-1866-860X>)
Maintainer: Lorenz A. Kapsner <lorenz.kapsner@gmail.com>
Repository: CRAN
Built: R 4.2.0; ; 2023-07-19 12:27:30 UTC; unix
