Package: mlr3pipelines
Title: Preprocessing Operators and Pipelines for 'mlr3'
Version: 0.3.2
Authors@R: 
    c(person(given = "Martin",
             family = "Binder",
             role = c("aut", "cre"),
             email = "mlr.developer@mb706.com"),
      person(given = "Florian",
             family = "Pfisterer",
             role = "aut",
             email = "pfistererf@googlemail.com",
             comment = c(ORCID = "0000-0001-8867-762X")),
      person(given = "Lennart",
             family = "Schneider",
             role = "aut",
             email = "lennart.sch@web.de",
             comment = c(ORCID = "0000-0003-4152-5308")),
      person(given = "Bernd",
             family = "Bischl",
             role = "aut",
             email = "bernd_bischl@gmx.net",
             comment = c(ORCID = "0000-0001-6002-6980")),
      person(given = "Michel",
             family = "Lang",
             role = "aut",
             email = "michellang@gmail.com",
             comment = c(ORCID = "0000-0001-9754-0393")),
      person(given = "Susanne",
             family = "Dandl",
             role = "aut",
             email = "dandl.susanne@googlemail.com"))
Description: Dataflow programming toolkit that enriches 'mlr3' with a diverse
  set of pipelining operators ('PipeOps') that can be composed into graphs.
  Operations exist for data preprocessing, model fitting, and ensemble
  learning. Graphs can themselves be treated as 'mlr3' 'Learners' and can
  therefore be resampled, benchmarked, and tuned.
License: LGPL-3
URL: https://mlr3pipelines.mlr-org.com,
        https://github.com/mlr-org/mlr3pipelines
BugReports: https://github.com/mlr-org/mlr3pipelines/issues
Depends: R (>= 3.1.0)
Imports: backports, checkmate, data.table, digest, lgr, mlr3 (>=
        0.6.0), mlr3misc (>= 0.5.0), paradox, R6, withr
Suggests: ggplot2, glmnet, igraph, knitr, lme4, mlbench, bbotk (>=
        0.2.0), mlr3filters (>= 0.1.1), mlr3learners, mlr3measures,
        nloptr, quanteda, rmarkdown, rpart, stopwords, testthat,
        visNetwork, bestNormalize, fastICA, kernlab, smotefamily,
        evaluate, NMF, MASS, kknn, GenSA, methods, vtreat
ByteCompile: true
Encoding: UTF-8
Config/testthat/edition: 3
Config/testthat/parallel: true
LazyData: true
NeedsCompilation: no
RoxygenNote: 7.1.1
Collate: 'Graph.R' 'GraphLearner.R' 'mlr_pipeops.R' 'multiplicity.R'
        'utils.R' 'PipeOp.R' 'PipeOpEnsemble.R' 'LearnerAvg.R'
        'NO_OP.R' 'PipeOpTaskPreproc.R' 'PipeOpBoxCox.R'
        'PipeOpBranch.R' 'PipeOpChunk.R' 'PipeOpClassBalancing.R'
        'PipeOpClassWeights.R' 'PipeOpClassifAvg.R' 'PipeOpColApply.R'
        'PipeOpColRoles.R' 'PipeOpCollapseFactors.R' 'PipeOpCopy.R'
        'PipeOpDateFeatures.R' 'PipeOpEncode.R' 'PipeOpEncodeImpact.R'
        'PipeOpEncodeLmer.R' 'PipeOpFeatureUnion.R' 'PipeOpFilter.R'
        'PipeOpFixFactors.R' 'PipeOpHistBin.R' 'PipeOpICA.R'
        'PipeOpImpute.R' 'PipeOpImputeConstant.R' 'PipeOpImputeHist.R'
        'PipeOpImputeLearner.R' 'PipeOpImputeMean.R'
        'PipeOpImputeMedian.R' 'PipeOpImputeMode.R' 'PipeOpImputeOOR.R'
        'PipeOpImputeSample.R' 'PipeOpKernelPCA.R' 'PipeOpLearner.R'
        'PipeOpLearnerCV.R' 'PipeOpMissingIndicators.R'
        'PipeOpModelMatrix.R' 'PipeOpMultiplicity.R' 'PipeOpMutate.R'
        'PipeOpNMF.R' 'PipeOpNOP.R' 'PipeOpOVR.R' 'PipeOpPCA.R'
        'PipeOpProxy.R' 'PipeOpQuantileBin.R'
        'PipeOpRandomProjection.R' 'PipeOpRandomResponse.R'
        'PipeOpRegrAvg.R' 'PipeOpRemoveConstants.R'
        'PipeOpRenameColumns.R' 'PipeOpScale.R' 'PipeOpScaleMaxAbs.R'
        'PipeOpScaleRange.R' 'PipeOpSelect.R' 'PipeOpSmote.R'
        'PipeOpSpatialSign.R' 'PipeOpSubsample.R'
        'PipeOpTextVectorizer.R' 'PipeOpThreshold.R' 'PipeOpTrafo.R'
        'PipeOpTuneThreshold.R' 'PipeOpUnbranch.R' 'PipeOpVtreat.R'
        'PipeOpYeoJohnson.R' 'Selector.R' 'assert_graph.R'
        'bibentries.R' 'greplicate.R' 'gunion.R' 'mlr_graphs.R'
        'mlr_graphs_elements.R' 'operators.R' 'pipe.R' 'po.R'
        'reexports.R' 'typecheck.R' 'zzz.R'
Packaged: 2020-12-07 20:40:19 UTC; user
Author: Martin Binder [aut, cre],
  Florian Pfisterer [aut] (<https://orcid.org/0000-0001-8867-762X>),
  Lennart Schneider [aut] (<https://orcid.org/0000-0003-4152-5308>),
  Bernd Bischl [aut] (<https://orcid.org/0000-0001-6002-6980>),
  Michel Lang [aut] (<https://orcid.org/0000-0001-9754-0393>),
  Susanne Dandl [aut]
Maintainer: Martin Binder <mlr.developer@mb706.com>
Repository: CRAN
Date/Publication: 2020-12-17 23:40:02 UTC
