Package: mlr3learners
Title: Recommended Learners for 'mlr3'
Version: 0.1.1
Authors@R: 
    c(person(given = "Michel",
             family = "Lang",
             role = c("cre", "aut"),
             email = "michellang@gmail.com",
             comment = c(ORCID = "0000-0001-9754-0393")),
      person(given = "Quay",
             family = "Au",
             role = "aut",
             email = "quayau@gmail.com",
             comment = c(ORCID = "0000-0002-5252-8902")),
      person(given = "Stefan",
             family = "Coors",
             role = "aut",
             email = "mail@stefancoors.de",
             comment = c(ORCID = "0000-0002-7465-2146")))
Description: Recommended Learners for 'mlr3'. Extends 'mlr3'
    with interfaces to essential machine learning packages on CRAN.
    This includes, but is not limited to: (penalized) linear and logistic
    regression, linear and quadratic discriminant analysis, k-nearest neighbors,
    naive Bayes, support vector machines, and gradient boosting.
License: LGPL-3
URL: https://mlr3learners.mlr-org.com
BugReports: https://github.com/mlr-org/mlr3learners/issues
Depends: R (>= 3.1.0)
Imports: data.table, mlr3 (>= 0.1.1), mlr3misc, paradox, R6
Suggests: checkmate, DiceKriging, e1071, glmnet, kknn, lgr, MASS,
        ranger, testthat, withr, xgboost
Encoding: UTF-8
NeedsCompilation: no
RoxygenNote: 6.1.1
Packaged: 2019-07-29 07:57:47 UTC; lang
Author: Michel Lang [cre, aut] (<https://orcid.org/0000-0001-9754-0393>),
  Quay Au [aut] (<https://orcid.org/0000-0002-5252-8902>),
  Stefan Coors [aut] (<https://orcid.org/0000-0002-7465-2146>)
Maintainer: Michel Lang <michellang@gmail.com>
Repository: CRAN
Date/Publication: 2019-08-05 15:30:02 UTC
